1.
Which of the following is the correct syntax for the jsp:forward action tag?
2.
Which of the following architectures is used to avoid the scriptlet tag in JSP?
3.
In JSP, which of the following tags provides the catch and out features?
4.
Which of the following tags is used to reevaluate the body content in JSP?
5.
Which of the following beans is referenced by a form in JSP?
6.
In JSP, which of the following libraries is used to define the structural rules for the XML documents with document-type declarations?
7.
Which of the following EL operators represents lt in JSP?
8.
Which of the following EL operators represents ne in JSP?
9.
A web application in Java is saved in the ______________________________ folder of Tomcat.
10.
What is the output of the following JSP code:
<html>

<body>
    <%="welcome to jsp" %>;
</body>

</html>