JSP Nihileswaran No Comment 12Feb Share Welcome to CHOOLS JSP ASSESSMENT (YOU HAVE ONLY 30 MINUTES TO COMPLETE THIS PART [20 Questions]) **** Wishing You All The Best **** Instructions : To start the quiz, please provide your name, email id and phone number. All questions are mandatory* Answering each question is required before going on to the next page of questions. Your response is subject to change at any time. After completed the quiz click the submit button. If, once the time is up, it will be automatically submitted. The report will be mailed to your email address after the quiz is finished. 1. How can you include static content (like HTML) in a JSP page? <jsp:static> <jsp:include> <jsp:content> <static:include>2. What is the purpose of the tag in JSP? Embeds a Java applet in the page Includes an external JavaScript file Configures browser plugins Defines a custom JSP tag3. Which tag is used to include content dynamically in a JSP page based on a condition? <jsp:if> <c:choose> <choose> <if:condition>4. Which attribute is used to specify the MIME type of the response in a JSP page? contentType responseType outputType pageType5. What is the purpose of the tag in JSP? Declares a JSP attribute Configures page-level attributes Defines a custom JSP tag Specifies the output content type6. What is the correct syntax for declaring a JSP variable with page scope? <jsp:declare> <jsp:variable> <% int x = 5; %> <% page int x = 5; %>7. What is the purpose of the tag in JSP? Declares a Java class Includes a JavaScript code block Defines a custom JSP tag Embeds Java code in the page8. Which implicit object represents the HTTP request in JSP? request response session application9. How can you prevent a JSP page from being cached by the browser? <%@ page cache="false" %> <meta http-equiv="Cache-Control" content="no-cache"> <jsp:cache enable="false"> <cache-control value="no-cache">10. What is the purpose of the tag in JSP? Includes the content of another JSP page during translation time Imports a Java class Configures session attributes Defines a custom JSP tag11. Which method is used to redirect a client to another page in JSP? sendRedirect() forward() redirectTo() include()12. Which JSP tag is used to output data to the client's web browser? <out> <c:out> <output> <write>13. In JSP, what is the purpose of the tag? Declares a JavaBean Imports a Java class Defines a custom tag Sets a session attribute14. How do you include a Java code snippet in a JSP page? <jsp:code> <scriptlet> <java-code> <code>15. Which JSP tag is used to set the content type of the response? <set:content> <page:content> <jsp:contentType> <%@ page contentType="text/html;charset=UTF-8" %>16. How do you retrieve a parameter passed in the URL in a JSP page? request.getParameter("paramName") page.getParameter("paramName") param.getParameter("paramName") jsp.getParameter("paramName")17. Which tag is used to iterate over a collection in JSP? <c:for> <c:forEach> <jsp:loop> <jsp:iterate>18. What is the purpose of the tag in JSP? Creates a new JavaBean instance or retrieves an existing one Declares a JavaBean class Declares a JavaBean class Configures session attributes19. Which of the following files is used to configure JSP in a web application? web.xml jsp.xml config.jsp jsp-config.xml20. How do you retrieve a parameter passed in the URL in a JSP page? request.getParameter("paramName") page.getParameter("paramName") param.getParameter("paramName") jsp.getParameter("paramName")5 out of 4Time is Up! Previous Elasticsearch February 12, 2024 Next R February 12, 2024 You Might Also Like Hello world CHOOLS No Comment How to Disable Avast Antivirus CHOOLS No Comment AVG Review — Is the Absolutely free Version As effective as the Premium Version? CHOOLS No Comment Understanding the Limitations of Models of Managing CHOOLS No Comment Careers Similar To Teaching CHOOLS No Comment