Podcast
Questions and Answers
Which of the following is the correct format of writing a page directive in JSP?
Which of the following is the correct format of writing a page directive in JSP?
- A. <%@ taglib {attribute=”val”} %> (correct)
- B. <%$ taglib {attribute=”val”} %>
- C. <%! taglib {attribute=”val”} %>
- D. <%# taglib {attribute=”val”} %>
What does JSP stand for?
What does JSP stand for?
- D. Java Standard Protocol
- B. Java Servlet Pages (correct)
- A. Java Server Page Google
- C. Java Server Program
Which of the following approaches is also called page-with-bean approach?
Which of the following approaches is also called page-with-bean approach?
- C. MVC Model3
- D. Page-Centric approach (correct)
- B. MVC Model2
- A. MVC Model1
By means of Page Directive, can a JSP be given the responsibility of an Error page?
By means of Page Directive, can a JSP be given the responsibility of an Error page?
Is the Tag Library Descriptor (.tld) file a simple text-based document?
Is the Tag Library Descriptor (.tld) file a simple text-based document?