adspace


Is servlet thread safe?

Answer Posted / Mukesh Kumar Sinha

By default, a servlet is not thread-safe. However, the container in which the servlet runs provides thread safety by synchronizing access to the service method of a servlet instance. To ensure thread safety, it's recommended to make servlets immutable or synchronized.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com

2272


hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

2882