Multiple choice technology web technology Which of the following does not come under Run time operations in JAXB? Unmarshall the XML Document Process( Access or Modify) the XML content tree Compile the JAXB classes 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.