Multiple choice technology web technology

In JAXBUnmarshalling, the xml document is converted to JAXB-Driven

  1. Java Instances

  2. Java Objects

  3. XML tags

  4. Java Interfaces

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JAXB unmarshalling converts XML documents into Java Objects (not instances or interfaces). This is the reverse of marshalling where Java Objects are serialized to XML.