What are its drawbacks of cgi?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How many ways to remove the session object in the container
What are the different methods of session management in servlets?
What is the difference between ExecuteUpdate and ExecuteQuery?
How is a servlet implemented in code?
what is the control flow in servlet when we send a request?
how to make the IP address to .com
What are the different ways we can maintain state between requests?
Define the life cycle of a servlets.
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 do you mean by httpservlet?
Is java servlet still used?