1.

Is Struts Thread Safe?

Answer»

Yes Struts are THREAD SAFE. In Struts, a NEW servlet object is not REQUIRED to handle each REQUEST; rather a new thread of action class object is used for each new request.

Yes Struts are thread safe. In Struts, a new servlet object is not required to handle each request; rather a new thread of action class object is used for each new request.



Discussion

No Comment Found