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
What is purpose of applet programming?
Difference between operator overloading and function overloading
What is unicode used for?
What are the object and class classes used for?
What is exception propagation?
Is there any case when finally will not be executed?
What do you understand by synchronization?
When should I use singleton?
What if constructor is protected in java?
What does bitwise or mean?
What is the purpose of the System class?
How do you declare a variable?
Is string a class in java?
Why is the main method declared static?
Can a class have a static inner class?