JSP Interview Questions



Page 1 of 1112345»...Last »

How can my JSP page communicate with an EJB Session Bean?

View the Answer

How do you pass an InitParameter to a JSP?

View the Answer

How can I get to print the stacktrace for an exception occuring within my JSP page?

View the Answer

How can I prevent the word “null” from appearing in my HTML input text fields when I populate them with a resultset that has null values?

View the Answer

How do I have the JSP-generated servlet subclass my own custom servlet class, instead of the default?

View the Answer

How does a servlet communicate with a JSP page?

View the Answer

How can I set a cookie and delete a cookie from within a JSP page?

View the Answer

Is there a way I can set the inactivity lease period on a per-session basis?

View the Answer

How can I declare methods within my JSP page?

View the Answer

How can I enable session tracking for JSP pages if the browser has disabled cookies?

View the Answer

How do I use a scriptlet to initialize a newly instantiated bean?

View the Answer

Response has already been commited error. What does it mean?

View the Answer

How do I use comments within a JSP page?

View the Answer

How do I prevent the output of my JSP or Servlet pages from being cached by the browser?

View the Answer

How does JSP handle run-time exceptions?

View the Answer

Page 1 of 1112345»...Last »