Hi Friends, Can we make any method thread safe withour
synchronized keyword?
Answer Posted / faiyaz
To implement SingleThreadModel interface, class can make
thread safe.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are the functions of Servlet container?
How to find whether a parameter exists in the request object?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What are the difference between session and cookies in servlet? Explain
What is the difference between Servlets and Applets?
What methods do you use in servlet - applet communication?
What are the uses of servlets?
What does the term localization refer to?
What do you mean by session tracking?
What is the difference between 2 types of servlets?
What do you mean by scope object and what are its types?
What is the difference between using getSession(true) and getSession(false) methods?
What is pure servlet?
When servlet object is created?
What are the life cycle methods of a servlet?