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 the difference between iterator and enumeration ?

725


What are implicit objects in java?

738


Write a program to print all permutations of string?

895


What is the purpose of skeleton and stub?

802


What do you mean by platform independence?

779


What is regex java?

790


Is a boolean 1 bit?

822


What is keyword auto for?

871


Explain exception chaining in java?

826


What are advantages and disadvantages of OOPs?

847


What is the difference between instanceof and isinstance?

748


What's the purpose of static methods and static variables?

788


Can you make a constructor final in Java?

841


What is methods and methodology?

768


Explain importance of inheritance in java?

772