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 are the advantages of lambda functions?
What is jpa project?
What is map and flatmap?
What is dialect in java?
What is aop java?
What are jdk tools?
What does public static void main(string[]) mean?
What is tuple2?
Is jprofiler open source?
differences between iterator and spliterator in java se 8?
How can the static main method use instance variables?
What is profile in java?
How long can a lambda function run?
Can optional be null?
How do I run a java project?