Interview Questions on Servlet
- what is Servlet?
- Life cycle methods of servlet?
- Difference b/w web server and application server?
- Working of Servlet Container?
- what is ServletConfig Object?
- There can be more than one ServletConfig object for any Servlet or not?
- difference between ServletContext and ServletConfig?
- why we do not create Constructor for the Servlet?
- Is it possible to override init() method of HttpServlet? why?
- Difference Between init() and init(ServletConfig) methods of genericServlet?
- Difference between genericServlet and HttpServlet?
- What is Request Dispatcher in Servlet?
- Difference between include() and forward() methods in Servlet?
- Difference b/w sendRedirect and Request Dispatcher?
- Is it needed to override service method every time?
- Explain Servlet Thread Safe?
- What is Servlet chaining?
- What are the Servlet attributes and their scope?
- what is session management in Servlet?
- Different methods of session management?
- Explain Cookies in Servlet? and how it works?
- What is Deployment Descriptor?
- Explain Listeners in Servlet?
- why we use Filters in Servlet ? what is filter chaining?
- URL Rewriting in Servlet?
- what is load-on-startup process?
Thank you visitor...! :) www.ease2code.com
0 comments :
Post a Comment