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
What is a method in programming?
What is java used for on a computer?
What is the default execution method in java?
What differences exist between iterator and listiterator?
Will the jvm load the package twice at runtime?
Explain serialization and deserialization in java?
What do you understand by weak reference?
Which is faster set or list in java?
What is class level lock ?
How does multithreading take place on a computer with a single cpu?
Why you should not use singleton?
How can we make copy of a java object?
What is the base class for error and exception?
How to compare two strings in java program?
Explain the differences between static and dynamic variables?