Are Servlets Thread Safe? How to achieve thread safety in servlets?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

Name the different ways of session tracking.

0 Answers  


Why jsp is better than servlet?

0 Answers  


Can we call destroy() method inside the init() method? What happens when we do so?

9 Answers   Ericsson,


what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }

4 Answers  


How can the session in servlet be destroyed?

0 Answers  






can we override service method in my servlet class..?? if yes or no why ??

7 Answers   IBM,


What is URL Rewriting ?

2 Answers  


What do you mean by default initialization in java servlet?

0 Answers  


What do you mean by web applications? Explain web application directory arrangement?

0 Answers  


Explain the difference between GET and POST methods?

6 Answers  


How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255

0 Answers   Bosch, EF,


Can we use servlets in JavaScript?

2 Answers  


Categories