MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Spring knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The Handler method assigns the returning XML payload to a String. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 2. |
XML query language for selecting nodes from an XML document. |
| A. | XPathTemplate |
| B. | XPath |
| C. | All of the mentioned |
| D. | None of the mentioned |
| Answer» C. All of the mentioned | |
| 3. |
Class which is capable of performing a multitude of operations on REST services. |
| A. | RestTemplate |
| B. | XPathTemplate |
| C. | XMLTemplate |
| D. | JavaTemplate |
| Answer» B. XPathTemplate | |
| 4. |
You are often better served accessing and manipulating REST services with XML payloads in Spring applications. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 5. |
Payload format for REST services. |
| A. | RSS |
| B. | Atom |
| C. | JSON |
| D. | All of the mentioned |
| Answer» E. | |