Solved

The Unmarshal Method of the JAXB Class Takes ________

Question 20

Multiple Choice

The unmarshal method of the JAXB class takes ________.


A) a String indicating the URL or path of the XML document and a Class<T> indicating the class to convert to.
B) an InputStream indicating the URL or path of the XML document and an object of the appropriate class to store the data.
C) a Reader indicating the URL or path of the XML document;JAXB determines the type of the object from the XML data.
D) a Scanner containing the XML document and a Class<T> indicating the class to convert to.

Correct Answer:

verifed

Verified

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

Related Questions