- What is JSP?
- What are the lifecycle of JSP?
- What is a translation unit?
- How is JSP used in the MVC model
- What are context initialization parameters
- What is a output comment
- What is a Hidden Comment
- What is a Expression
- What is a Declaration
- What is a Scriptlet
- What are the implicit objects
- What is the difference between forward and sendRedirect
- What are the different scope values for the
- Why are JSP pages the preferred API for creating a web-based client program
- Is JSP technology extensible
- What is difference between custom JSP tags and beans
- How can I implement a thread-safe JSP page? What are the advantages and Disadvantages of using it?
- How does JSP handle run-time exceptions
- How do I prevent the output of my JSP or Servlet pages from being cached by the browser
- How do I use comments within a JSP page
- Response has already been commited error. What does it mean
- 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
- Is there a way I can set the inactivity lease period on a per-session basis
- How can I set a cookie and delete a cookie from within a JSP page
- 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 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
- How can I get to print the stacktrace for an exception occuring within my JSP page
- How do you pass an InitParameter to a JSP
- How can my JSP page communicate with an EJB Session Bean
- Can we implement an interface in a JSP
- What is the difference between ServletContext and PageContext
- What is the difference in using request.getRequestDispatcher() and context.getRequestDispatcher()
- How to pass information from JSP to included JSP
- What is the difference between directive include and jsp include
- What is the difference between RequestDispatcher and sendRedirect
- How do I mix JSP and SSI #include
Books Related to Java, Core Java, Jquery, Web Services, SCJP, Spring, Hibernate and J2ME
Wednesday, January 21, 2009
Important JSP Interview Question with Solution
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment