📚 Practice Mode

Computer Architecture and Programming Languages Mixed Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

All the members of the class which are to be serialized using xml serialization should be declared public.

  1. True.
  2. False
  3. True , if the Serializable attribute is not used.
  4. The members have to be protected.