which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / sai
ArrayList is not Thread Safe Class.Because it is not
Synchronized.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the uses of java?
Name few java.lang classes introduced with java 8 ?
Mention a package that is used for linked list class in java.
What is user defined exception in Java?
What are java threads?
What is the use of callablestatement?
Do we need to manually write Copy Constructor?
Give few difference between constructor and method?
What are user defined exceptions?
What is the maximum size of hashmap in java?
what are the methods in object?
In the below example, what will be the output?
What are the 3 types of loops in java?
What do negative exponents mean?
What is the type of lambda expression?