1.

What is JAXB? Name three different packages in JAXB binding framework.

Answer»

JAXB (Java ARCHITECTURE for XML Binding) is basically a Java STANDARD that is used to define how Java OBJECTS get converted into XML and vice-versa. Using Java facilitates the reading and writing of XML. It MAKES it easier to access XML documents from applications that are written in the Java programming language. There are three different packages in JAXB binding framework that INCLUDES

  • xml.bind 
  • xml.bind.util 
  • xml.bind.helper 


Discussion

No Comment Found