Friday, 14 July 2017

Collections in Java

Collections in Java


Arrays are used in java to store several objects. The issue with array is that it does not support dynamic allocation. It has a fixed length which is not changeable once it is declared. Moreover, array is a very simple linear structure and many applications require more flexible and complex
Read More about it from the following link : http://coding-guru.com/collections-in-java/ posted by Gul


Previous Post
Next Post

About Author

0 comments: