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:

Verified
Correct Answer:
Verified
Q15: A Java client application can consume a
Q16: Each request and response is packaged in
Q17: For an object to be serialized and
Q18: To bind URL parameters to method parameters,use
Q19: JAX-WS uses _ to describe web services
Q21: JSON does not have a built-in way
Q22: The computer on which a web service
Q23: _ is an XML-based protocol that allows
Q24: The _ annotation indicates that a class
Q25: The top level of a JSON text