Difference between array and arraylist.
Answer Posted / nagarjunareddy.sannapareddy
array is a collection of similar type of data and the
capacity of array is fixed and it define with in system name
pace
array list it hold different type of data and the capacity
of hairstylist is increase dynamically it define withe in
system.collections name space
Is This Answer Correct ? | 29 Yes | 10 No |
Post New Answer View All Answers
What is an immutable object? How do you create one in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
How we can make copy of a java object?
Can a singleton class be inherited?
What is a ternary operator in java?
What are the object and class classes used for?
What means public static?
Write a program to reverse a number in java?
What is method overloading with type promotion?
Why vector class is used?
Is 0 true or false?
Can we have a try block without catch block?
what is difference betweem home interface and remote interface?
What is a static method in java?
What is an object class?