Exam 28: Web Services in Java
Exam 1: Introduction to Computers and the Internet31 Questions
Exam 2: Introduction to Html5: Part 120 Questions
Exam 4: Cascading Style Sheets Css29 Questions
Exam 5: Introduction to Cascading Style Sheets36 Questions
Exam 6: Javascript: Introduction to Scripting14 Questions
Exam 7: Javascript: Control Statements I29 Questions
Exam 8: Javascript: Control Statements II15 Questions
Exam 9: Javascript: Functions24 Questions
Exam 10: Javascript: Arrays18 Questions
Exam 11: Javascript: Objects16 Questions
Exam 12: Document Object Model Dom: Objects and Collections9 Questions
Exam 13: Javascript: Event Handling10 Questions
Exam 14: Html5: Introduction to Canvas36 Questions
Exam 15: Xml21 Questions
Exam 16: Ajax-Enabled Rich Internet Applications With Xml and Json10 Questions
Exam 17: Web Servers Iis and Apache7 Questions
Exam 18: Database: Sql, Mysql, Linq and Javadb12 Questions
Exam 19: Php15 Questions
Exam 20: Web App Development With Aspnet in C#37 Questions
Exam 21: Web App Development With Aspnet in C#: a Deeper Look7 Questions
Exam 22: Windows Communication Foundation Wcf Web Services in C#20 Questions
Exam 23: Web App Development With Aspnet in Visual Basic67 Questions
Exam 24: Web App Development With Aspnet in Vb, a Deeper Look6 Questions
Exam 25: Windows Communication Foundation Wcf Web Services in Vb20 Questions
Exam 26: Javaserver Faces Web Apps: Part 115 Questions
Exam 27: Javaserver Faces Web Apps: Part 27 Questions
Exam 28: Web Services in Java27 Questions
Select questions type
For an object to be serialized and unserialized, what must be true about the class definitions on the server and client
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
D
To bind URL parameters to method parameters, use the ________ annotation.
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
A
The ________ annotation indicates that a class represents a web service.
(Multiple Choice)
4.7/5
(41)
Each request and response is packaged in a ________ (also known as a ________)-an XML "wrapper" containing the information that a web service requires to process the message.
(Multiple Choice)
4.8/5
(34)
________ is an XML-based protocol that allows web services and clients to communicate, even if the client and the web service are written in different languages.
(Multiple Choice)
4.9/5
(28)
The computer on which a web service resides is referred to as a ________.
(Multiple Choice)
4.9/5
(35)
The ________ annotation indicates the URI for accessing the web service.
(Multiple Choice)
4.8/5
(34)
A ________ is a software component stored on one computer that can be accessed via method calls by an application (or other software component) on another computer over a network.
(Multiple Choice)
4.9/5
(36)
To retrieve data from a URL, create a URL object and then call its ________ method.
(Multiple Choice)
4.9/5
(35)
The ________ annotation indicates the names of a method's parameters that will be exposed to a client calling one of the web service's methods.
(Multiple Choice)
4.8/5
(31)
A Java client application can consume a web service by adding a ________ to the application, which defines the proxy class that allows the client to access the web service.
(Multiple Choice)
4.9/5
(44)
To create a web service in NetBeans, you first create a project of type________.
(Multiple Choice)
4.8/5
(31)
Each method in a RESTful web service is identified by a unique ________.
(Multiple Choice)
4.9/5
(35)
To convert a POJO to XML, use the ________ method of the javax.xml.bind.JAXB class.
(Multiple Choice)
4.8/5
(41)
Each new web service class created with the JAX-WS APIs is a ________- you do not need to extend a class or implement an interface to create a Web service.
(Multiple Choice)
4.8/5
(28)
Showing 1 - 20 of 27
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)