JSP Interview Questions
1. What is the life-cycle of JSP?
2. Can we override JSP lifecycle method?
3. How to override init() and destroy() method?
4. What is implicit object in JSP?
5. What are the scopes available for JSP?
6. Difference between page and page context?
7. What is the difference between Servlet Context and Page Context?
8. Difference between ServletContext and ServletConfig?
9. What is the difference in using request getRequestDispatcher() and context.getRequestDispatcher()?
10. What is the difference between directives include and jsp include?
11. How does JSP handle runtime exceptions?
12. Difference between forward and send Redirect()?
13. How to prevent caching for JSP page?
14. How to implement Single Thread Model?
15. Scopes available for JSP use bean?
JSP Interview Questions
Reviewed by Mukesh Jha
on
2:22 AM
Rating:

No comments:
Add your comment