which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / sai
ArrayList is not Thread Safe Class.Because it is not
Synchronized.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you check if a string contains only numeric digits?
Explain serialization and deserialization in java?
What are the two parts of a conditional statement?
What are static methods?
What is the difference between procedural and object-oriented programs?
What is a function in programming?
What is a char in java?
What are pass by reference and pass by value?
Can I declare a class as private?
Can list be null in java?
What is difference between adapter class and listener?
What about instanceof operator in java?
Why put method is used?
What are inbuilt functions?
How we create object in copy constructor?