What is thread safe in java?
Answer / Abdullah Shahid
Thread safety refers to the ability of an object or a class to be accessed by multiple threads concurrently without causing any inconsistency or errors. In Java, making an object thread-safe often involves synchronizing its methods and ensuring that it maintains its integrity when accessed from different threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is parsing a sentence?
What is instance synchronization?
Why char array is favored over string for the storage of passwords?
What is a stream? what are the different types and classes of Streams?
Give an example of use of pointers in java class.
What do you mean by constant time complexity?
Explain what pure virtual function is?
Which is dependent variable?
What is externalizable interface?
What are the changes in java.io in java 8 ?
What is the differenc between Enemuration interface and iterator interface according to accessing?
use of wrapper classes?