What are the similarities between an array and an ArrayList?
Answer Posted / paks
Array is a create space of fix size while Arraylist is
depand on dynamic base .it create size depend on dynamic based
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Tell us something about different types of casting?
How does list work in java?
Why is the type for real numbers called double?
Why collection is called framework in java?
Explain when we should make an instance variable private.
Which is dependent variable?
How do I compare two strings in word in java?
What is the difference between jfc & wfc?
How can an object be unreferenced?
How many bits is a double?
In how many ways we can create threads in java?
If a method is declared as protected, where may the method be accessed in java programming?
How do I write a self declaration?
Write a program to calculate factorial in java?
What is finalize()?