what is Vector class?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
vector class is from java.util package and all the methods
are synchronized and is a legacy class.and is a growable array
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / janet
The Vector class provides the capability to implement a
growable array of objects
| Is This Answer Correct ? | 2 Yes | 0 No |
Can a static member function access member variable of an object?
How to make a class immutable?
What is math exp in java?
What is a protected class in java?
What does 0 mean in boolean?
What is the point of java?
What java ide should I use?
How define set in java?
How to add menushortcut to menu item?
What are the methods of object class ?
What are the common uses of "this" keyword in java ?
What is an object class?