InterviewSolution
Saved Bookmarks
| 1. |
Which of the following Uses JSON for encoding of data?(a) TCompactProtocol(b) TDenseProtocol(c) TBinaryProtocol(d) None of the mentioned |
|
Answer» The correct choice is (d) None of the mentioned Explanation: TJSONProtocol is used JSON for encoding of data. |
|