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 |
Can we write lambda without functional interface?
What is dependency injection in java?
What is a bean class?
Expain ur organisation process( V-model)?.
What is an action class in java?
How do I install java on windows?
Is jdk required for netbeans?
Difference between Abstract Class & Interface?
what is the function of OS
What is contextpath in java?
Is java singleton thread safe?
How does java handle integer overflows and underflows?