Java Web Services Question:

What is JAXP?

Java Web Services Interview Question
Java Web Services Interview Question

Answer:

Java API for xml processing. It provides the validation capability and parsing XML documents. There are three basic parsing interfaces in JAXP are DOM, SAX and Straming API for XML STAX.


Previous QuestionNext Question
What is JAXB?What is JAX-RPC?