Solved

Which of the Following Is False

Question 10

Multiple Choice

Which of the following is false?


A) JAXB works with POJOs (plain old Java objects) -no special superclasses or interfaces are required for XML-serialization support.
B) JAXB serializes only an object's public instance variables and public read-write properties.
C) A class must provide a public default or no-argument constructor to recreate the objects when they're read from the file.
D) JAXB requires you to implement special superclasses and interfaces for XML-serialization support.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions