Question 53:
Which statement is true about Java methods that are exposed as Web Service operations by using JAX-WS API?
Answer options:
A. The @WebResult annotation must exist. B. Method parameters and return types must be JAXB compatible. C. Method parameters must be declared by using @WebParam. D. The @WebMethod annotation must exist.