1. Throws Error
2. It returns the decimal values in string form
3. If returns only the integer portion of the number
4. None of the above
If returns only the integer portion of the number
1. isNaN()
2. nonNaN()
3. NaN()
4. None of the above
isNaN()
1. application/x-json
2. text/json
3. application/json
4. application/javascript
application/json
1. String
2. Object
3. Director
Director
1. null
2. undefined
3. marketing
4. sales
marketing
1. No, JSON has no support for any kind of character encoding.
2. No, JSON only has support for UTF-8 characters.
3. Yes, JSON has support for Unicode characters. Allowing for almost any information in any human language
4. Yes, only when stored as the key in a ( key : value ) pair.
Yes, JSON has support for Unicode characters. Allowing for almost any information in any human language
1. { "fruit" : "Apple"}
2. { "fruit" : "Orange"}
3. {"Orange"}
4. {"Apple"}
{ "fruit" : "Orange"}
1. It is used to quickly create JSON text.
2. It quickly converts JSON to Java strings.
3. It is used to create number strings in JSON.
4. It is used to create JSON ordered pairs.
It is used to quickly create JSON text.
1. Onhalt
2. Onerror
3. Both onhalt and onerror
4. Onsuspend
Onerror
1. Nothing is printed
2. 0 is printed
3. Infinity is printed
4. Some Garbage Value
Infinity is printed