which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / soujanya
Arraylist is not threadsafe.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does a class inherit the constructors of its superclass in java programming?
Which one of the following suits the description of a string better: derived or primitive?
Using callable statement how can you pass out parameters, explain with example?
What does indexof mean?
Why is stringbuffer thread safe?
Can we clone singleton object in java?
What is queue in java?
What is an interface in java? Explain
What is difference between pointer and reference?
How to make a write-only class in java?
Is constructor inherited?
What is executor memory?
Who developed java?
What is equals method in java?
What are the difference between composition and inheritance in java?