Java Web Services Question:
Download Questions PDF

Explain the technologies included within JAX pack, i.e. JAXP, JAXB, JAXM, JAX-RPC, JAXR?

Answer:

Included in the bundle are
Java API for XML Processing (JAXP)
JAXP enables applications to parse, transform, validate and query XML documents. It uses an API that is independent of a particular XML processor implementation.
JAXP enables vendors to provide their own implementations without introducing dependencies in application code.

Download Java Web Services Interview Questions And Answers PDF

Previous QuestionNext Question
What is JAX-RPC?Explain Java Architecture for XML Binding (JAXB)?