Is java Class Thread safe ???? How to make java Class Thread
safe ??
Answer / 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 |
What is the content of the Java 2 security policy file?
What is meant by rest api in java?
What is the purpose of jdk?
Why oracle type 4 driver is named as oracle thin driver?
What do you understand by downcasting?
What is an interceptor in java?
Explain the reason for each keyword of public static void main(string args[])?
Explain about the Physical Data Model?
What are jpa annotations?
Is lambda expression an object?
How do I install java on windows?
In system.out.println(), what is system, out and println?