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 are locale settings?
Explain difference between final, finally and finalize?
Explain the purpose of garbage collection in Java?
how can i connect to database in a applet ?
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
What is the size of int?
How transient variable is different from volatile variable?
What causes memory leak in java?
Which are different kinds of source code?
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?
What does system out println () do?
What is lambda programming?