Java Web Services Question:

What is JAXB?

Tweet Share WhatsApp

Answer:

Java Architecture for XML Binding: The java classes are mapped to XML representations. The two main features of JAXB are the ability to marshal Java objects into XML and unmarshal XML back to Java objects.

The Java API for XML Messaging (JAXM) enables distributed software applications to communicate using XML (and SOAP). JAXM supports both asynchronous and synchronous messaging.

Download Java Web Services PDF Read All 21 Java Web Services Questions
Previous QuestionNext Question
Do you know JAXM messaging models?What is JAXP?