jee

Learn Java JEE tutorials categories blog posts. Learn different types of Java JEE or J2EE, core Java, Java collection framework, Java Threading, Java JDBC, Java Data structure.

Annotation in JAXB

JAXB annotations in Java is a way of notifying JVM to do on behalf of developer. different type of Annotations used in JAXB API the annotation as @XmlRootElement, @XmlType, @XmLElementWrapper, @XmlAttribute, @XmlAccessorType @XmlJavaTypeAdapter

What is JAXB?

What is JAXB in Java? JAXB: Java Architecture for XML Binding to convert java object to XML and XML to java object. Learn Features of JAXB, advantages of JAXB.