What is servlet? Explain life cycle of servlet with example.
[7 marks]Explain the methods :getParameter(), getParameterValues(), getParameter- Names().
[7 marks]What is the usage of cookies? Explain how cookies are send and received by the servlet.
[7 marks]List and explain any seven response headers.
[7 marks]What are status codes? List and explain different status codes available.
[7 marks]What is session management? Explain session management API in detail.
[7 marks]What do you mean by event listeners? Explain any 4 event listeners.
[7 marks]What are filters? How can we create and use filters? Explain.
[7 marks]Explain page directive with its attributes.
[7 marks]Discuss the classic approach to invoke java code from JSP. Explain any one with example.
[7 marks]Explain JSP implicit objects.
[7 marks]Explain the required steps for implementing MVC using request dispatcher with example code.
[7 marks]Explain <jsp:useBean>, <jsp:getProperty> and <jsp:setProperty> with suitable example.
[7 marks]Define expression language. Discuss its implicit objects.
[7 marks]Explain the use of PreparedStatement with suitable example.
[7 marks]Write and explain steps to create form-based authentication with suitable example.
[7 marks]Write down steps for connecting to a database using JDBC. Explain in detail with code snippet.
[7 marks]