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 difference between doGet and doPost?

9 Answers   iGate,


What is the difference between encodeRedirectUrl and encodeURL?

0 Answers  


Can you call a jsp from the servlet?

0 Answers  


What's the architecture of a servlet package?

0 Answers  


Explain Action Servlet?

0 Answers   Cap Gemini,






What is ServletContext() and what is its use?

9 Answers   Prime Technology, TCS,


what do you understand by url rewriting?

0 Answers  


What is called Scriptlet?

0 Answers  


How can we create deadlock situation in servlet?

0 Answers  


What is the difference between forward () and sendredirect () functions in servlet? Explain

0 Answers  


what is SSL?

3 Answers  


What are the different methods of session management in servlets?

0 Answers  


Categories