-
-
-
Exception Handling in JSP
How will you handle the exception without sending to error page? How will you set a message detail to the exception object?
-
-
Transfer data in JSP
How to transfer data over multiple pages?
-
-
Jasper Exception in JSP
When and why jasperException occurs?
-
-
Install Tomact
How to install tomact?
-
-
-
-
To show money format on the JSP page we use __________ class
Skill/Topic: Programming ConstructsA) AirthmaticFormat B) CurrencyFormat C) NumberFormat D) StringBuffer
-
-
JSP Page Object Request
In order to access the request object from a JSP page? Which step you must complete among the following:a. call the getRequest method of the JSP page.b. Use the getServletConfig method of the JSP page, then call the getRequest method of the ServletConfig object.c. There is never a good reason to access the request object from a JSP page.d. It is an implicitly defined variable.
-
-
How do you use "synchronized" blocks?
Is there other way to prevent next thread to access the resource with out using "synchronized" blocks?
-
Plotting graphics in JSP
How to generate a graph using real time data in jsp.
-
-
JSP Attribute
What is JSP Attribute?
JSP Interview Questions
Ans