Can threads be used in Servelet?

Answers were Sorted based on User's Feedback



Can threads be used in Servelet?..

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

Can threads be used in Servelet?..

Answer / niranjanravi

yes

Is This Answer Correct ?    1 Yes 1 No

Can threads be used in Servelet?..

Answer / abc

Yes. You can use Threading in Servlet by implementing
SingleThreadModel interface.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

0 Answers  


What is a web application and what is it’s directory structure?

0 Answers  


What is the workflow of a servlet?

0 Answers  


What are the features added in Servlet 2.5?

0 Answers  


What is load-on-startup in servlet?

0 Answers  






What are the objects involved when a servlet receives a call from client?

0 Answers  


Why servlet is used as controller ? Not JSP? I want complete explation?

0 Answers   Tech Mahindra,


when will cookie information destroy?

7 Answers  


What are all the ways for session tracking?

0 Answers  


Explain mvc pattern.

0 Answers  


How to get the current httpsession object?

0 Answers  


i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?

5 Answers   TCS,


Categories