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 constant in programming?
What do you mean by synchronized non access modifier?
How define set in java?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Which is better stringbuilder or stringbuffer?
How are the elements of a gridbaglayout organized?
Can list contain null in java?
Difference between final and effectively final ? Why is effectively final even required ?
What are the java ide's? Explain
What is join () in java?
Why do we need singleton?
Why do we use return statement?
What is the best way to findout the time/memory consuming process?
can I implement my own start() method? : Java thread
What’s the difference between the methods sleep() and wait()?