which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / divya.c
a)ArrayList
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
When should I use singleton?
Why we use methods in java?
what is ststic with example
Is upper case in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Which method must be implemented by all threads?
What is set in java?
What is formatted output in java?
Does java allow default arguments?
How many inner classes can a class have?
What does \ mean in regex?
Does treeset use compareto?
what is nested class in java?
What is a java list?
What is class??