How multiple simultaneous requests can be handled by
servlets?
Answer Posted / sudheer
For every request servlet container will create a new
thread and service method is called
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do we share data using 'getservletcontext ()?
Explain url encoding in servlet?
What are the mechanisms used by a servlet container for maintaining session information?
How do you create a cookie using servlet?
What are the types of Session Tracking ?
What is the servletconfig object?
Should I override the service() method?
What are the life-cycle methods for a servlet?
Explain the difference between generic servlet and http servlet?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Why the container loads server at the application startup and how?
Explain session tracking and its importance?
What is the use of servlet wrapper classes?
What is the need of session tracking in web application?
How do we translate jsp?