Is java Class Thread safe ???? How to make java Class Thread
safe ??
Answer Posted / avinash pandey
NO Java class is not Thread Safe , for making thread safe to
Java class we have to use either Synchronized method or
Synchronized block...
| Is This Answer Correct ? | 28 Yes | 1 No |
Post New Answer View All Answers
What is jboss in java?
Is lambda functional programming?
What is the difference between swing and awt components?
What is the difference between a jvm and a jdk?
What is setstring method in java?
What is java bean class?
What is mime in java?
Can optional be null?
Is java a framework?
Why are lambda functions called lambda?
Why do we need framework in java?
What is aop in java?
What is the difference between jar and executable jar?
What's the difference between local, global and universal groups? : java security
What happens if javac is not recognized?