

MCQOPTIONS
Saved Bookmarks
1. |
Identify the process done in the below code snippeto = {x:1, y:{z:[false,null,"]}};s = JSON.(o);p = JSON.parse(s); |
A. | bject Encapsulation |
B. | bject Serialization |
C. | bject Abstraction |
D. | bject Encoding |
Answer» C. bject Abstraction | |