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 different data types in java?
What is the intersection and union methods?
What is difference in between java class and bean?
Difference between concurrent hashmap and hashtable and collections
Explain when we should make an instance variable private.
List some features of the abstract class.
What is the symbol for average?
How many bits are in a sentence?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can we define static methods inside interface?
What is string args [] in java?
What is api in java?
What is array in java?
What is length in java?
Explain the usage of this with constructors?