|
Related Questions |
View Answer |
|
What is the procedure to make a project in JSP?
|
View Answer
|
|
What will be the coding for two radio buttons inside the panel?
|
View Answer
|
|
The code in a finally clause will never fail to execute, right?
|
View Answer
|
|
How can a servlet refresh automatically if some new data has entered the database?
|
View Answer
|
|
Can we use the constructor, instead of init(), to initialize servlet?
|
View Answer
|
|
Is JSP technology extensible?
|
View Answer
|
|
In the Servlet 2.4 specification SingleThreadModel has been deprecated, why?
|
View Answer
|
|
How many JSP scripting elements are there and what are they?
|
View Answer
|
|
How to Retrieve Warnings?
|
View Answer
|
|
What Class.forName will do while loading drivers?
|
View Answer
|
|
How can my application get to know when a HttpSession is removed?
|
View Answer
|
|
How does JSP handle runtime exceptions?
|
View Answer
|
|
What is the difference between RequestDispatcher and sendRedirect?
|
View Answer
|
|
What is the difference between directive include and jsp include?
|
View Answer
|
|
Can you override jspInit() method? If yes, In which cases?
|
View Answer
|
|
A JSP page, include.jsp, has a instance variable "int a", now this page is statically included in another JSP page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
|
View Answer
|
|
What happens when a page is statically included in another JSP page?
|
View Answer
|
|
Why is _jspService() method starting with an '_' while other life cycle methods do not?
|
View Answer
|
|
Can we override the jspInit(), _jspService() and jspDestroy() methods?
|
View Answer
|
|
How is JSP include directive different from JSP include action. ?
|
View Answer
|