How to make a method thread safe without using synchronized
keyword?
Answer Posted / aravinda reddy
Oneway of doing By making all the variables and methods in
the class as final.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is boolean false?
why java does not support unsigned keyword?
What is Hierarchy of exception?
What is java basic concept?
List some important features of java 10 release?
What is the parse method in java?
What is the difference between C++ and Java and your preferences?
How to make a write-only class in java?
What is identifier give example?
What does mean in regex?
What is string in java is it a data type?
What makes a function well defined?
What is java in detail?
Why collection is called framework in java?
What are the important methods of java exception class?