Multiple choice technology web technology

Which of the following does not come under Run time operations in JAXB?

  1. Unmarshall the XML Document

  2. Process( Access or Modify) the XML content tree

  3. Compile the JAXB classes

  4. Validate XML Content tree

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

Compiling JAXB classes is a compile-time operation using the xjc tool, not a runtime operation. Runtime operations include unmarshalling, processing the content tree, and validation - all happen after the classes are compiled.