What are the uses of servlet
Answer / Irshad Ahmad
Servlets are used in Java-based web development to create dynamic web pages, handle HTTP requests and responses, interact with databases, and provide a platform for building secure, scalable, and high-performance web applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I use cookies to store session state on the client?
What is a servlet engine?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
What is a java servlet?
difference between forward and sendredirect
What is the default http method in the servlet?
Why are http servlets used in programming?
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.
Can you use javascript in servlets?
Write all the phases defined in servlet life cycle?
How does tomcat servlet container work?