1.
In JSP, which of the following attributes is used to specifiy the root element of the XML document in DOCTYPE?
2.
In JSP, which of the following attributes is used to specifiy the DOCTYPE generated at the output and return the SYSTEM literal?
3.
Which of the following attributes is used to specifiy the public ID values for the generated DOCTYPE?
4.
Which of the following EL operators represents gt in JSP?
5.
Which of the following EL operators represents le in JSP?
6.
Which of the following EL operators represents ge in JSP?
7.
In JSP, which of the following tags is used to create simple DataSources suitable only for prototyping?
8.
The _________________ attribute in the following JSP code resolves the locations to containers.
<%@ taglib uri="uri" prefix="prefixOfTag">
9.
Which attribute in the following JSP code indicates to the containers, the markup bits that are custom actions:
<%@ taglib uri="uri" prefix="prefixOfTag">
10.
Which of these action tags includes the following JSP code:
<jsp:include page="relativeURL | <%= expression %>" />