which of tha following is not a thread safe class?
a) ArrayList b)Vector c)HashTable d)None
Answer Posted / divya
None
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Explain about oops concepts.
Can singleton class be cloned?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What are some examples of variable costs?
What is byte [] in java?
What is the format specifier?
Why pass by reference is not possible in java?
Explain the difference between static and dynamic binding in java?
What do you understand by private, protected and public?
What is array class in java?
What is a singleton factory?
What is the difference between hashmap and hashtable? What is an interface?
What is the transient keyword?
What is the difference between a factory and abstract factory pattern?
Are primitives objects?