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
What is ctrl m character?
How to instantiate static nested classes in java?
Why do we need data structure in java?
Can a set contain duplicates?
How do you create a first line indent?
Why isn’t there operator overloading?
Why is java not 100% pure oops?
What is mean by exception?
What is the new line character?
What is qualitative variable?
What is the purpose of using break in each case of switch statement?
Is math class static in java?
Why does java not support pointers?
What is meant by method overriding?
Explain the use of volatile field modifier?