Answer Posted / janet
The Vector class provides the capability to implement a
growable array of objects.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
How do you avoid global variables?
What is mysql driver class name?
What is local class in java?
What are the features in java?
What is the significance of continue jump statement? Explain with an example.
What is parsing a sentence?
How many bytes is 255 characters?
Can we override private constructor in java?
How do you use nextline in java?
In how many ways we can do exception handling in java?
What are the differences between Java 1.0 and Java 2.0?
What does file separator do in java?
What is protected access modifier?
which class is the wait() method defined in? : Java thread