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.

d. JAXB requires you to implement special superclasses and interfaces for XML-serialization support. Actually, JAXB works with POJOs as described in Part (a).

Computer Science & Information Technology

You might also like to view...

Which of the following statements is TRUE when comparing forms and reports?

A) Themes can be used with Reports, but not with Forms. B) The same wizard can be used for creating forms and reports. C) Forms and reports contain the same controls. D) Creating forms and reports begins by sketching an outline of the form or report.

Computer Science & Information Technology

Which of the following is not a dimension used to categorize an open source community?

A) programming style B) environment C) user community D) licensing

Computer Science & Information Technology