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
Are streams faster than for loops?
Explain different way of using thread?
Do I need both jdk and jre?
Why bean class is used in java?
What is jndi datasource in java?
How do I install eclipse?
Spring framework ---Can somebody explain me in easily understandable format about AOP, IOC and DI, so that i can explain in interview rather than just telling what is available in net. I am not able to understand that also. I am new to Spring
How can I write a program that takes command line input?
What is cdi in java?
What is xml file in java?
Do I need to install jre if I have jdk?
How do I run a project in eclipse?
Why are command line arguments passed as a string?
What is the use of flatmap?
What do you understand by casting in java language? What are the types of casting?