Java View all facts Glossary Help |
type |
type comparison table |
Subject | have default value | be not | evaluate to | has definition | have | be the same as | use instead of | has part | is a subtopic of | is a synonym of | is partitioned into | have name | determine |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
primitive type | an object | the value stored in the variable | A type where a variable of that type evaluates to the value stored in the variable | a corresponding class in the java.lang package | wrapper class instances for arithmetic | primitive type name | Variables and Data Types | ||||||
reference type | null - a value that indicates that there is no instance assigned to the variable | the address of the location in memory where the object referenced by the variable is stored | 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 | array type, class type , interface type | starting with a capital letter | ||||||
return type of overriding method | the return type of the overridden method | Methods | |||||||||||
type of a variable | Variables and Data Types | the values that the variable can contain or refer to | |||||||||||
type of each parameter of an overriding method | type of the corresponding parameter of the overridden method | Methods |
Next kbTop: unparented Up: kbTop Previous kbTop: tool