is servlet,struts are threadsafe or not.please telme correct
answer



is servlet,struts are threadsafe or not.please telme correct answer..

Answer / yadav1776

Yes, servlet and struts are thread safe.
Only one instance of servlet is created by servlet
container at startup.
Same is the case with struts, only one instance is created
of action servlet (considering struts 1.x).

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

What is waiting state? In what ways a thread can enter into waiting state?

2 Answers   Wipro,


Which container method is used to cause a container to be laid out and redisplayed?

0 Answers  


How database connectivity in XML is achieved?

0 Answers  


difference between HashMap, Hashset and hashTable?

2 Answers   HCL, Infotech,


Why is string immutable in java?

0 Answers  






How to pass parameters in RMI?

0 Answers  


What is mdb and what is the special feature of that?

0 Answers  


How many times may an objects finalize() method be invoked by the garbage collector?

0 Answers  


What is resource bundle?

1 Answers  


Can a thread be a member of another thread?

2 Answers  


what we can't do in jdbc but can do hibernate?

3 Answers   Cap Gemini,


java is fully object oriented languages or not? why?

12 Answers   HCL,


Categories