Sams Teach Yourself Java™ in 24 Hours (Covering Java 7 and Android)

(singke) #1
ptg7068951

Workshop 325

Workshop


See how many facts about web services have filled your bean by answering
the following questions.


Quiz



  1. What is a Service Implementation Bean?
    A. An interface that identifies the methods reachable over a web
    service
    B. A class that implements a web service
    C. A service contract between a web service and clients that call the
    service

  2. When text such as @WebMethodor@Overrideappears in a method dec-
    laration,what is it called?
    A. An annotation
    B. An assertion
    C. An aggravation

  3. What does WSDL stand for?
    A. Web Services Deployment Language
    B. Web Services Description Language
    C. Lucy in the Sky with Diamonds


Answers



  1. B.Answer A. refers to a Service Endpoint Interface.

  2. A.Though I guess answer C. is also potentially true,depending on how
    much trouble you had in that section of the hour.

  3. B.It’s often mistakenly called Web Services Definition Language.

Free download pdf