Which three elements or attribute declarations are mapped to a Java primitive wrapper class (for example, java.lang.Short)?

According to the XML-to-Java mappings used by JAX-WS, which three elements or attribute declarations are mapped to a Java primitive wrapper class (for example, java.lang.Short)? (Choose three.)
A. <xsd:element name="age" type="xsd:short" minOccurs="0"/>
B. <xsd:element name="age" type="xsd:short" nillable="true"/>
C. <xsd:element name="age" type="xsd:short" nillable="false"/>
D. <xsd:attribute name="required" type="xsd:boolean" use="optional"/>
E. <xsd:attribute name="required" type="xsd:boolean" use="required"/>
F. <xsd:attribute name="required" type="xsd:boolean" nillable= false/>

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.