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
How many bits is a boolean?
Write a program in java to create a doubly linked list containing n nodes.
Explain reverse a linked list recursive java solution?
How can we create a synchronized collection from given collection?
What happens to the Exception object after handling an exception?
What does sprintf mean?
Explain how to force the garbage collection in java.
Can I import same package/class twice?
What will be the output of round(3.7) and ceil(3.7)?
How do you write a good declaration?
What is the java idl system?
Which data type is class in java?
What is use of map in java?
What is application tier?
What is the difference between JVM and JRE?