-
-
-
-
-
Fill in the blanks -- ________________ is used to call other Servlet or JSP from the current Servlet
Skill/Topic: ServletsA) RequestDispatcherB) ResponseDispatcherC) ServletInvokerD) None of the above
-
All the ___________ data is kept at the application server ___________ data is kept at the web server
Skill/Topic: FundamentalsA) dynamic, static B) static, dynamic C) HTML, Servlet D) Servlet, HTML
-
What is the role played by JSP in the MVC architecture
Skill/Topic: JSP Thread ModelA) ModelB) ViewC) ControllerD) None of the above
-
-
-
-
What are implicit Objects available to theJSP Page?
Implicit objects are the objects available tothe JSP page. These objects are created by Webcontainer and contain information related to aparticular request, page, or application. The JSPimplicit objects are:Variable Class Descriptionapplication javax.servlet.ServletContext The contextfor the JSP page's servlet and any Web componentscontained in the same application.config javax.servlet.ServletConfig...
-
-
Why there is no constructor in Servlet?
Servlet is Java class. Then why there is no constructor in Servlet? Can we write the constructor in Servlet
-
-
-
-
-
Why we need web container to Deploy the servlet or jsp ?
i.e Why we can not run the application like simple java program
JSP Interview Questions
Ans