which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / divya.c
c)HashTable
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is the largest number a double can hold?
What is floor in java?
What are the advantages of exception handling in java?
How do you define a variable?
Can keyword be used as identifier?
Discuss 2D arrays.
How does a for loop work?
Explain the difference between throw and throws in java?
Is vector thread safe in java?
What is the purpose of format function?
What is data type in java?
When we should use serialization?
What is the difference between abstraction and encapsulation?
Can we create a constructor in abstract class?
What is the meaning of immutable regarding string?