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 |
How can you start a jta transaction from a servlet deployed on jboss?
What is Servlet API used for connecting database?
Can you call a jsp from the servlet?
How to prevent browser from caching the page content?
Explain in detail about applet to servlet communication?
List the Different types of servlet?
What must be implemented by all servlets?
Difference between web container & web server........... Difference between web server & application server?????????
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the classes and interfaces for servlets?
Explain the role of dispatcherservlet and contextloaderlistener.
What is the <load-on-startup> element?