InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Thrift is developed for scalable cross-language services development(b) Thrift includes a complete stack for creating clients and servers(c) The top part of the Thrift stack is generated code from the Thrift definition(d) All of the mentioned |
|
Answer» Correct choice is (d) All of the mentioned Explanation: The services generate from this file client and processor code. |
|