by Michael Thomas
by Michael Thomas
Objectives (topics)
Topic | Notes |
Literal - Integers & Floating Point | 10L or 10l = 10 as a long 10.0D or 10.0d = 10 as a double 10.0F or 10.0f = 10 as a float Integers - default data types & casting:
Floating Points - default data types & casting:
Exponents:
|
Literals - boolean | Example of boolean literals
|
Literals - char | Example of char literals
|
Literals - Bases | Literals for Bases
|