which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / samir vasani
a)ArrayList
Because ArrayList is not a synchronized ,means it is not a
thread safe
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the Concept of Encapsulation in OOPS
What is instance example?
Can we sort hashmap in java?
What is user defined exception in Java?
What do you mean by append?
Can a class be defined inside an interface?
What is the difference between actual and formal parameters?
How do you add an arraylist to an array in java?
What is are packages?
What is a numeric string?
What is floor math?
What happens if a constructor is declared private?
What is java literals?
Which collection does not allow duplicates in java?
Why is it called boolean?