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 is cgi and what are its drawbacks?
What is the difference between the servlets and cgi programs?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is the difference between Difference between doGet() and doPost()?
What are the types of servlet?
Why HttpServlet class is declared abstract?
What is a Proxy Server?
What is a deployment descriptor?
Can we override the ActionServlet?
3 Answers ArisGlobal, HCL, PPF,
What is the difference between context parameter and context attribute?
How would you create deadlock on your servlet?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.