Introduction to Java Programming, Includes Data Structures, Eleventh Edition, Y. Daniel Liang

This quiz is for students to practice. A large number of additional quiz is available for instructors using Quiz Generator from the Instructor's Resource Website. Videos for Java, Python, and C++ can be found at https://yongdanielliang.github.io/revelvideos.html.

Chapter 41 Web Services


41.1  Which of the following statements are correct?
A. The computer on which a Web service resides is referred to as a server.
B. The server needs to make the service available to the client, known as publishing a Web service.
C. Using a Web service from a client is known as consuming a Web service.
D. A client interacts with a Web service through a proxy object.
E. The proxy object facilitates the communication between the client and the Web service.