JSP MCQ Quiz

  1. Can be extend JSP technology?
  2. Which of the following is not a directive in JSP?
  3. What is media type of JSP?
  4. What is default value of autoFlush attribute in JSP?
  5. In JSP config is instance of which class?
  6. For What JSP is used?
  7. In JSP Action tags which tags are used for bean development?
  8. What is the default value of isScriptingEnabled attribute?
  9. Which of the following is true about <jsp:getProperty> action?
  10. All servlet classes are required to be mapped and configured in web.xml.
  11. What is Full form of JSTL?
  12. Which of the following do not supports JSP directly?
  13. Where filters are defined?
  14. Which of the following is not a directive?
JSP MCQ

Take JSP MCQ Quiz To Test Your Knowledge

We have listed below the best JSP MCQ Questions test that checks your basic knowledge of JSP. This JSP MCQ Test contains 25+ Best JSP Multiple Choice Questions, which are very important & helpful for the best preparation of the JSP Exam & Interview. You have to select the right option for every question to check your final preparation. Apart from this, You can also download below the JSP MCQ PDF Completely free.

  • Yes
  • No
View Answer
  • include
  • page
  • export
  • useBean
View Answer
  • application/jsp
  • text/javax
  • java/jsp
  • java/text
View Answer
  • True
  • Null
  • False
View Answer
  • javax.servlet.ServletContext
  • javax.servlet.ServletConfig
  • javax.servlet.Context
  • javax.servlet.Application
Download Free : JSP MCQ PDF
View Answer
  • Server-side dynamic content generation
  • Client Side language for validation
View Answer
  • jsp:useBean
  • jsp:setPoperty
  • jsp:getProperty
  • All of above
View Answer
  • True
  • False
View Answer
  • The getProperty action gets the properties of a bean.
  • The getProperty action converts the property of a bean to a string, and finally inserts it into the output.
  • Both of the above.
  • None of the above.
View Answer
  • Yes
  • No
View Answer
  • JSP Tag Library
  • JavaServer Pages Standard Tag Library
  • Java Standard Tag Library
  • None of the above.
View Answer
  • Weblogic Server
  • Apache HTTP Server
  • WebSphere Server
  • Tomcat Server
View Answer
  • Filters are defined in the deployment descriptor file web.xml.
  • Filters are defined in the jsp pages.
  • Both of the above.
  • None of these
View Answer
  • HttpRequest
  • Request
  • HttpServletRequest
  • ServletRequest
View Answer
  • jsp:getProperty
  • jsp:include
  • jsp:setProperty
  • jsp:plugin
View Answer
  • <c:choose>
  • <c:set>
  • <c:param>
  • <c:forward>
View Answer
  • Initialization, Compilation, Cleanup, Execution
  • Compilation, Initialization, Execution, Cleanup
  • Initialization, Compilation, Cleanup, Execution
  • None of the above
View Answer
  • request, page, session, global
  • request, page, session, application
  • request, page, context, application
  • None of the above
View Answer
  • <%@directive%>
  • <%directive%>
  • <%!directive%>
  • None of the above
View Answer