Sunday, January 21, 2007

Jsp -1

* Can you make use of a ServletOutputStream object from within a JSP page?


* Can a JSP page instantiate a serialized bean?


* Is it possible to share an HttpSession between a JSP and EJB? What happens when I change a value in the HttpSession from inside an EJB?

* What is the page directive is used to prevent a JSP page from automatically creating a session?


* How do you prevent the Creation of a Session in a JSP Page and why?


* How do I include static files within a JSP page?

* How can I implement a thread-safe JSP page?

* How do I mix JSP and SSI #include?

* Can a JSP page process HTML FORM data?

* What JSP lifecycle methods can I override?


* How do I perform browser redirection from a JSP page?


* Is there a way to reference the "this" variable within a JSP page?


* Can I stop JSP execution while in the midst of processing a request?


* How do I use comments within a JSP page?


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


* How does JSP handle run-time exceptions?

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

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

* How can I declare methods within my JSP page?

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


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


* How does a servlet communicate with a JSP page?

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


* How do you pass control from one JSP page to another?


* How do you restrict page errors display in the JSP page?

* How do you call stored procedures from JSP?


* How do you connect to the database from JSP?


* What is Declaration?


* What is difference between scriptlet and expression?


* What is jsp:use bean. What are the scope attributes & difference between these attributes?

* What are the implicit objects in JSP & differences between them?


* What are Custom tags. Why do you need Custom tags. How do you create Custom tag?

* What is the difference between include directive & jsp:include action?


* What are advantages of JSP?


* What is JSP?


* Can a single JSP page be considered as a J2EE application?

* How to call EJB from JSP.

* What is the architecture of JSP?

No comments:

Post a Comment