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
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is the use of predicate in java 8?
What is the difference between JDK and JVM?
Can we override constructor?
What is private protected in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is included in core java?
What is thread pool in java with example?
What is a char in java?
Explain about complier design(phases)
what is the difference between thread and runnable types? : Java thread
When is an object subject to garbage collection?
What are class types in java?
Can we initialize the final blank variable?
Is there is any difference between a scrollbar and a scrollpane?