What is the difference between using getSession(true) and getSession(false) methods?
can i modify the data which are generated by the servlet
What are the types of protocols supported by httpservlet ?
how to make the IP address to .com
Explain life cycle of a Servlet?
Explain servlet.
Explain how to improve Servlet Performance?
What are the life cycle methods of a servlet?
Differentiate between the get and post method
which type of data passing is used in realtime?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What are the kinds of http requests?
why are using HttpServlet in realtime projects and why are not using Genericservlet