InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) With Thrift, it is not possible to define a service and change the protocol and transport without recompiling the code(b) Thrift includes server infrastructure to tie protocols and transports together, like blocking, non-blocking, and multi threaded servers(c) Thrift supports a number of protocols for service definition(d) None of the mentioned |
|
Answer» The correct choice is (d) None of the mentioned Best explanation: The underlying I/O part of the stack is differently implemented for different languages. |
|