Object Oriented Software Engineering View all facts Glossary Help |
subject > programming language construct > data type > Java data type > Java array |
Java array comparison table |
Subject | avoid | have length | have example | manipulate | compose of | be | contain | declare by | is a kind of |
---|---|---|---|---|---|---|---|---|---|
Java data type | data type | ||||||||
Java array | if you do not a-priori know the number of items it will contain | //the following sums all the elements of an integer array: | collections of objects | primitive types and instances of classes | an instance of a class which you can subclass or for which you can write your own code | a fixed number of elements | array declaration | Java data type |
Next Java data type: Java non-primitive data type Up: Java data type Previous Java data type: Java primitive data type