What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / suresh
we can't change array size diyamically.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is e in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
Explain the difference between abstract class and interface in java?
Why do we need hashmap in java?
What does 3 dots mean in java?
Can an interface extend another interface?
What happens when main () method is declared as private?
How garbage collection is done in java?
What is the java virtual machine?
What are inner classes or non static nested classes in java?
What is double parsedouble in java?
What is a boolean used for?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Can an integer be a string?
Difference between object instantiation and construction ?