-
-
-
-
-
-
The jsp:useBean attribute is used to indicate the Serialized bean
Skill/Topic: Programming ConstructsA) TrueB) False
-
-
-
-
Jasper Exception in JSP
When and why jasperException occurs?
-
The tag %@include file=”.........” % > helps in including the ______ file in the JSP page (Multiple choice)
Skill/Topic: Programming ConstructsA) readOnlyB) dynamicC) staticD) None of the above
-
How do you use "synchronized" blocks?
Is there other way to prevent next thread to access the resource with out using "synchronized" blocks?
-
-
-
-
What JSP lifecycle methods can I override?
You cannot override the _jspService() method within a JSP page. You can however, override the jspInit() and jspDestroy() methods within a JSP page. jspInit() can be useful for allocating resources like database connections, network connections, and so forth for the JSP page. It is good programming practice to free any allocated resources within jspDestroy().The jspInit() and jspDestroy() methods are...
-
-
-
Following method(s) cannot be overridden in the JSP page.
Skill/Topic: Programming ConstructsA) jspDestroy()B) jspInit()C) _jspService()D) getParameter()
-
Which jar file should be mandatory be there in the CLASSPATH for working with Servlet.
Skill/Topic: ServletsA) javax.servlet.*B) java.servlet.*;C) javax.servlet.HttpRequestD) javax.servlet.HttpResponse
JSP Interview Questions
Ans