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 |
What is t in generics in java?
How do you sort a list in java?
what do you mean by java annotations?
What is the difference between a factory and abstract factory pattern?
What is the memory leak in java?
Can we rethrow the same exception from catch handler?
What is java abstraction with example?
What is the set interface in java programming?
Can we declare register variable as global?
Can a serialized object be transferred via network?
What is classpath?
how to make the double-tone class ? as we have singletone class..?