Home > Internet Programming > Quizzes > Internet Programming: Web Extensions and Web Services
Internet Programming: Web Extensions and Web Services
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 23% Most missed: “Common gateway interface is used to _______”
Internet Programming: Web Extensions and Web Services
Time left 00:00
25 Questions

1. Annotation added as an input parameter to the handler method.
2. To extract and manipulate payloads in Spring REST in a format other than String.
3. What is a web browser?
4. A Spring-WS client can also marshall and unmarshal the request and response objects to and from XML messages.
5. Class which is capable of performing a multitude of operations on REST services.
6. Spring comes with a service exporter that can export a bean as a SOAP web service.
7. There are two approaches to developing a web service, depending on whether you define the contract first or last.
8. The MappingJacksonJsonView class depends on Jackson JSON processor library.
9. To send objects across the wire, beans need to be encoded using the Java Architecture for XML Binding (JAXB).
10. Common gateway interface is used to _______
11. Spring provides a factory that can export beans annotated with:-
12. Exposing a stand-alone SOAP endpoint using the:-
13. Spring-WS supports various XML marshalling APIs.
14. RestTemplate class method which performs an HTTP HEAD operation.
15. An alternative to JavaScript on windows platform is _______
16. All REST service payloads rely on XML markup.
17. Notation for defining REST endpoints.
18. The standard for deploying web services on the Java EE platform as of Java EE 1.4:-
19. In some cases, it’s also hard to map an object to XML (e.g., an object graph with cyclic references) because there’s actually an impedance mismatch between an object model and an XML model.
20. AJAX stands for _______
21. Marshaller for XStream:-
22. Network operating system runs on ___________
23. Payload format for REST services.
24. Information you wish to publishas a JSON Object can be located in a RDBMS or text file, accessed through JDBC or ORM.
25. CXF represents the consolidation of the Celtix and XFire projects, which each had useful SOAP support.