InterviewSolution
Saved Bookmarks
| 1. |
Which of the following performs compression using zlib?(a) TZlibTransport(b) TFramedTransport(c) TMemoryTransport(d) None of the mentioned |
|
Answer» Correct choice is (a) TZlibTransport The best explanation: TZlibTransport is used in conjunction with another transport. Not available in the Java implementation. |
|