what is the difference between ArrayList and Vector

Answer Posted / thoi

Arraylist also has the initial capacity as 10.
Please check the following code in ArrayList class:

public ArrayList() {
this(10);
}

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multi level inheritance in java?

554


What are the basic concepts of OOPS in java?

564


Which of the following is not an isolation level in the JDBC

1608


What is nested loop? What is dangling else condition in it?

572


How many bits is a word?

557






What is an exception? difference between Checked and Unchecked exception in Java

552


How big is a pointer?

546


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

598


What does localhost mean?

492


What is the difference between the paint() and repaint() methods?

583


What are the restriction imposed on a static method or a static block of code?

590


Discuss different types of errors that generally occur while programming.

572


What is variable declaration and definition?

541


Are generics important java?

521


Can I uninstall java?

548