Problem:
Question 1: Is it true that any instance of java.io.Serializable can be successfully serialized?
Question 2: Are the static variables in an object serialized? How do you mark an instance variable not to be serialized
Question 3: Can you write an array to an ObjectOutputStream?
Please can anyone help me to answer these question in detail.