What is the purpose of the @XmlAttribute
annotation in JAXB?
What is the purpose of the @XmlAttribute annotation in JAXB? A) To map a Java field to an XML attribute B) To map a Java field to an XML element C) To define the root element of the XML document D) To define the namespace of an XML element Answer: A) To map a Java […]
What is the purpose of the @XmlAttribute
annotation in JAXB? Read More »