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 basic control structures?
What is the static import?
What is the largest number a double can hold?
Is it safe to install java on my computer?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What are void methods?
Explain about wait() method?
What is command line used for?
Can we have two main methods in a java class?
What is the difference between throw and throws in java?
Describe 2 different ways to concatenate two strings.
What are peerless components?
How to perform binary search in java?
When should you use arraylist and when should you use linkedlist?
Is java platform independent?