Multiple choice technology web technology

JAXB allows Java developers to access and process XML data without having to know XML or XML processing

  1. True

  2. False

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

JAXB requires developers to understand XML structure and schemas to properly map XML elements to Java classes. It simplifies XML processing through marshalling and unmarshalling but doesn't eliminate the need for XML knowledge.