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 array list in java?
What is join () in java?
Is empty .java file name a valid source file name?
What is the syntax and characteristics of a lambda expression? Explain
Is call by reference possible in java?
What happens if we override only equals?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Is singleton a bad practice?
What happens when main () method is declared as private?
Explain listiterator and methods in listiterator?
What is final keyword in java? Give an example.
How to restrict a member of a class from inheriting by its sub classes?
Why do we override tostring method in java?
What is the significance of listiterator?
What are accessor methods in java?