Multiple choice technology web technology In JAXBUnmarshalling, the xml document is converted to JAXB-Driven Java Instances Java Objects XML tags 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.