Can threads be used in Servelet?
Answers were Sorted based on User's Feedback
Answer / prathap
Threads Cannot code manually by the programmer.The facility
itself given by the Servlet Container.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / abc
Yes. You can use Threading in Servlet by implementing
SingleThreadModel interface.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the ways to handle multi-threading in servlets?
Write all the phases defined in servlet life cycle?
What is the capacity that doGet method can send to the server?
How do we share data using 'getservletcontext ()?
What is session variable in servlets?
Is that servlet is pure java object or not?
What are all the protocols supported by httpservlet?
How to pass a requrest object of one servlet as a request object to another servlet?
Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp . here reusabillity means only javabeans or any thing else.
How to get the path of servlet in the server?
What does the term localization refer to?
What method is used to create database connection in servlets?