How threads are implemented in servlets?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
During servicing any request the container will create a
thread or will get a thread from a thread pool.
| Is This Answer Correct ? | 3 Yes | 1 No |
internally the threads are implemented in servlets
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / prashant rajput
Web Container will create a Thread for each request!
| Is This Answer Correct ? | 0 Yes | 2 No |
Name the different ways of session tracking.
how do you maintain sessions in servlets?
What is difference between GenericServlet and HttpServlet?
What are the phases of servlet life cycle?
Tell us something about servletconfig interface.
can v create a constructor 4 servlet?
What are the supporting protocol by HttpServlet ?
How do we translate jsp?
what is the difference between do get/dopost
What is the web server used for running the Servlets?
How can you use a servlet to generate a plain text instead of html?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify