Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Json - Interview Questions and Answers for 'Client server communication' - 3 question(s) found - Order By Newest | ||||
| ||||
| Ans. JSON is "JavaScript Object Notation", primarily used for client-server or server-server communication. Its a much lighter and readable alternative to XML. JSON is language independent and is easily parse-able in all programming languages. | ||||
| ||||
| Ans. Number String Boolean Array Object null | ||||
| ||||
| Ans. Http is connection less by default. header informs hosts to keep the connection alive so that the same connection can be reused for multiple communication. | ||||