JAXB is which type of parser?
-
Low Level Language
-
Assembly Language
-
High level Language
-
Any of the above
C
Correct answer
Explanation
JAXB is a high-level API that works with Java Objects, unlike low-level parsers that work directly with bytes or assembly-like instructions. It provides an abstraction layer above the raw XML parsing.