which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / divya.c
b)Vector
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is the difference between array list and vector in java?
Can inner class have constructor?
How the metacharacters are different from the ordinary characters?
Define how objects are stored in java?
What is the difference between inner class and nested class?
Can a boolean be null java?
Explain access specifiers?
What is use of arraylist in java?
What is final keyword in java? Give an example.
What does singleton class mean?
When we serialize an object does the serialization mechanism saves its references too?
What is int lol?
How many characters is 16 bytes?
What is append function?
If system.exit (0); is written at the end of the try block, will the finally block still execute?