-
How do I have the JSP-generated servlet subclass my own custom servlet class, instead of the default?
One should be very careful when having JSP pages extend custom servlet classes as opposed to the default one generated by the JSP engine. In doing so, you may lose out on any advanced optimization that may be provided by the JSPengine. In any case, your new superclass has to fulfill the contract with the JSPngine by: Implementing the HttpJspPage interface, if the protocol used is HTTP, or implementing...
-
-
State true or false -- We can implement an interface in JSP
Skill/Topic: Programming ConstructsA) TrueB) False
-
-
-
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
-
-
-
-
-
Java Server Pages specification includes (Multiple choice)
Skill/Topic: Programming ConstructsA) Script language declarations, scriplets and expressions. B) JSP standard actions. C) JSP standard directivesD) A portable tag extension mechanism.
-
JSP Fragment
What is JSP Fragment?
-
Java Web application project Issue
hi,Actually i m doing my project on java, its a web application project.i am generating the reports from jdbc. but the requirement is it should has to print in the form of MS-Excel. i used the poi api but i m not getting it out. can u help me please....
-
Users Count
How to count the number of users who logged on to a website?
-
-
-
-
-
Plotting graphics in JSP
How to generate a graph using real time data in jsp.
-
How do you use "synchronized" blocks?
Is there other way to prevent next thread to access the resource with out using "synchronized" blocks?
JSP Interview Questions
Ans