Java View all facts Glossary Help |
| type > reference type > interface type |
| interface type comparison table | |||||
| Subject | has definition | is a subtopic of | is a synonym of | is a kind of | is partitioned into |
|---|---|---|---|---|---|
| reference type | A type where a variable of that type evaluates to the address of the location in memory where the object referenced by the variable is stored | Variables and Data Types | non-primitive type | type | array type, class type , interface type |
| interface type | Interfaces | reference type |
Next reference type: array type Up: reference type Previous reference type: class type