Servlet Interview Questions
- What's the difference between servlets and applets?
- What are the purpose of having servlets in web application?
- When parameters one will consider before deciding to have servlet or JSP in your web application?
- What is the signifance of doGet() and doPost()?
- Describe servlet life cycle?
- Describe servlet API hirerachy?
- Significance of servlet context ?
- When to use Forward and sendRedirect?