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
Write a class which checks whether a given number is prime or not. Write another class to implement the behavior of previous class and print the series of twin prime number upto a given range.
What is @override annotation in java?
What is entitymanager in java?
How do I install eclipse?
Why do we need framework in java?
What is gui in java with examples?
What is ibatis in java?
What is a container in java?
Explain working of java virtual machine (jvm)?
How do I enable java in google chrome?
How do you count in java?
Why serialization is used in java?
Can a method be static and synchronized?
Who is at risk in java? : java security
What is the difference between map and flatmap in java?