what is the difference between ArrayList and Vector
Answer Posted / bhushan singh
ArrayList is having only those method defined within its
collection class but in case of vector it is having its own
method which is not a part of its collection class.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What is the difference between Java and C++?
What is volatile data type?
Can a java program have 2 main methods?
What are the elements of java?
What is procedure writing?
What is difference between throw and throws ?
What is the difference between super class & sub class?
Is nullpointerexception checked or unchecked?
What will be the initial value of an object reference which is defined as an instance variable?
How do you convert int to char in java?
What is a class component?
What is protected access modifier?
Is java a software?
Can you create an object of an abstract class?
What is the difference between JDK and JVM?