Which of the following statements is not true?
◦ A transient variable is not serialized.
◦ The methods in an object are serialized.
◦ A static variable is not serialized.
◦ An object must be an instance of Serializable or Externalizable for it to be serialized.
◦ All of the above are true.