next up previous
Next: Dealing with the dimension Up: Unit 11 Previous: Summary

Limitations of arrays

We have seen that we can use arrays whenever we have to store and manipulate collections of elements. However, the use of arrays for this purpose presents several limitations related to the way arrays are handled in Java:


next up previous
Next: Dealing with the dimension Up: Unit 11 Previous: Summary