Is Java Class Threadsafe ????? How to make Java class Thread
safe??
Answer Posted / divya
using synchronization,immutable objects,thread safe wrappers
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is unicode in java?
What is the base class of all exception classes in java?
What does method mean?
Why deletion in linkedlist is fast than arraylist?
Why is stringbuffer thread safe?
What is meant by local variable and instance variable?
When should I use singleton?
What is string pool?
explain the difference between jdk and jvm?
What variables are stored in stack?
What are the different approaches to implement a function to generate a random number?
What are the three best choices for a development environment?
What is the purpose of object oriented programming?
What data type is a string?
give an example for encapsulation?