1.

What is the difference between Array and Array List in Java?

Answer»
 ArrayArrayList
1.Basic functionalityPart of collection framework.
2.Fixed sizedDynamic sized
3.Contain PRIMITIVE DATA types as well as objects of a classOnly SUPPORTS object ENTRIES


Discussion

No Comment Found