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
Is there any case when finally will not be executed?
Can arraylist hold different types java?
What do you mean by compiler?
Why pointers are not used in java?
How to create packages in java?
What is use of inner class in java?
How does linkedhashmap work in java?
What is final variable?
How can you traverse a linked list in java?
What invokes a thread's run() method in java programming?
What is a data structure java?
Why synchronization is important?
Explain the features of java?
Can we override private method in java?
What do you mean by pointer value and address?