The unordered collection of properties, each of which has a name and a value is called
A
String
B
Object
C
Serialized Object
D
All of the mentioned
Correct Answer: Object
An object is an unordered collection of properties, each of which has a name and a value. Property names are strings, so we can say that objects map strings to values.