How servlet is created?
No Answer is Posted For this Question
Be the First to Post Answer
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 ?
What advantages do servlets have over CGI programs?
How the typical servlet code look like ?
What is Single Threaded Model in Servlets? Explain this with an example?
when the several requests comes to server..how it manage the requests
When a servlet accepts a call from a client, it receives two objects. What are they?
How we can get ip address of client in servlet?
What are the parameters of the service method ?
Explain Servlet Chaining ?
What is session tracking?
What is getservletcontext?
Where do you define dispatcherservlet?