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 Generic Servlet and how it is different from Http Servlet?
Write a hello world program using servlets.
How are filters?
Difference between forward() method and sendredirect() method ?
Some examples where generic servlet is used?
How are Sessions are more advantage than using of Cookies or URLReWriting?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
How can I share objects across different sessions?
How do you pass the data from one servlet to another servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Can you call a jsp from the servlet?
Is java servlet still used?