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
Define class?
When super keyword is used?
Does java vector allow null?
What is meant by 'Class access modifiers'?
Is .net better than java?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is rmi and steps involved in developing an rmi object?
why we use merge option in hybernate pls give a ex snippet
What is the importance of hashcode() and equals() methods?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is the maximum size of list in java?
Is final static java?
What is the difference between dom and sax parser in java?
What is the purpose of garbage collection in java? When is it used?
When will we prefer to use set and list in java and why?