Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 614 Bytes

0707.md

File metadata and controls

15 lines (12 loc) · 614 Bytes

Which of the following statements about object serialization are true ?

  • A) Static class properties can not be serialized.
  • B) After serializing an object, a programmer can fully recreate that object in another file by calling unserialize() even if the class definition doesn't exist.
  • C) Static class properties can be serialized, but can not be unserialized.
  • D) Class constat can not be serialized.
Answer

Answer: A