-
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 Comments
What are the ways to write comments in the JSP page? Give example.
-
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?
-
-
-
-
-
-
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?
-
-
-
What is the need of taglibraries?
Answer the question.....
-
JSP Interview Questions
Ans