Java View all facts Glossary Help |
| type > primitive type |
| primitive type comparison table | ||||||
| Subject | have default value | cast | treat as | have | is a kind of | is an instance of |
|---|---|---|---|---|---|---|
| boolean^2 | false | to or from any other type | an integer as in C | value true or false | primitive type | |
| floating point type | a sign indicating positive or negative | primitive type | ||||
| integral type | a corresponding class in the java.lang package | primitive type |
Next type: reference type Up: type Previous type: type of each parameter of an overriding method