Can anyone tell me what's the diff of using ArrayListor Array?
If you looked at the Java API you would see that the ArrayList isresizeable. The array is fixed in length.ArrayList holds Objects. Array is typed.
If anybody answers this question they are doing more harm than good!This question should be obvious to any student who knows where the javaAPI is (java.sun.com).