Multiple Choice
Which one of the following is correct for directive in JSP?
A) <%@directive%>
B) <%!directive%>
C) <%directive%>
D) <%=directive%>
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Which attribute uniquely identification element?<br>A)ID<br>B)Class<br>C)Name<br>D)Scope
Q11: Application is instance of which class?<br>A)javax.servlet.Application<br>B)javax.servlet.HttpContext<br>C)javax.servlet.Context<br>D)javax.servlet.ServletContext
Q12: Which of the following is true about
Q13: Which tag should be used to pass
Q14: "request" is instance of which one of
Q16: Which is not a directive?<br>A)include<br>B)page<br>C)export<br>D)useBean
Q17: Which one is the correct order of
Q18: Which of the following package contains servlet
Q19: Which of the following are the session
Q20: A servlet maintain session in<br>A)Servlet container<br>B)Servlet context<br>C)Servlet