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 different ways we can maintain state between requests?
List out the difference between ServletConfig and ServletContext?
How do we go with database connection and log4j integration in servlet?
What is Servlet API used for connecting database?
Tell us something about servletcontext interface.
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is cgi?
How do you define a servlet?
What if you need to span your transaction across multiple servlet invocations?
Why is servlet used?
give the syntax of doGet() and doPost()?
what are the way a client can be tracked?