MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Java (MCQ) questions and answers knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
In JSP how many ways are there to perform exception handling? |
| A. | 3 |
| B. | 2 |
| C. | 4 |
| D. | 5 |
| Answer» C. 4 | |
| 2. |
Which tag is used to execute java source code in JSP? |
| A. | Declaration Tag |
| B. | Scriptlet tag |
| C. | Expression tag |
| D. | None of the above |
| Answer» C. Expression tag | |
| 3. |
Which technology do we mix our business logic with the presentation logic? |
| A. | Servlet |
| B. | JSP |
| C. | Both A & B |
| D. | None of the above |
| Answer» B. JSP | |
| 4. |
Which of the following is an advantage of the statement Separation of business logic from JSP ? |
| A. | Custom Tags in JSP |
| B. | JSP Standard Tag Library |
| C. | All the above |
| D. | None of the above |
| Answer» B. JSP Standard Tag Library | |
| 5. |
A JSP page consists of which tags? |
| A. | HTML tags |
| B. | JSP tags |
| C. | Both A & B |
| D. | None of the above |
| Answer» D. None of the above | |