Multiple Choice
For an object to be serialized and unserialized,what must be true about the class definitions on the server and client?
A) They must have identical definitions,with the same class name and package.
B) The class names and definitions must match,but the packages may differ.
C) The class definitions must match,but the class name and package may differ.
D) The classes must have the same set of public properties,but the classes may have additional methods that differ and class name and package do not matter.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: The _ annotation indicates the names of
Q13: A _ is a software component stored
Q14: The protocol that transmits request-and-response messages is
Q15: A Java client application can consume a
Q16: Each request and response is packaged in
Q18: To bind URL parameters to method parameters,use
Q19: JAX-WS uses _ to describe web services
Q20: The unmarshal method of the JAXB class
Q21: JSON does not have a built-in way
Q22: The computer on which a web service