What is the Vector class?

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


Please Help Members By Posting Answers For Below Questions

What is an interface in java? Explain

578


What is the statements?

591


What is the difference between JVM and JRE?

622


What is string immutability?

541


What is bufferedreader in java?

580






What is natural ordering in java?

528


Explain OOPs concept.

653


What is data type example?

552


What about static nested classes in java?

592


What is javac in java?

560


What is the platform?

534


What is "this" keyword in java? Explain

662


How do you calculate roots in java?

527


How is string immutable in java?

543


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

9233