InterviewSolution
Saved Bookmarks
| 1. |
What is the full form of JSON?(a) JavaScript Object Native(b) JavaScript Object Notation(c) JavaScript Object Negation(d) Java Object NotationI had been asked this question in an internship interview.This is a very interesting question from Application Architectures topic in division Application Design and Development of RDBMS |
|
Answer» CORRECT OPTION is (b) JAVASCRIPT Object Notation The explanation: JSON – JavaScript Object Notation. This is an ENCODING for javascript objects. |
|