<<< Previous question <<< Question ID#0707.md >>> Next question >>>
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