1. 2. Java Simple Data Types

1. 2. 1. Primitive data types in Java
1. 2. 2. Integer Type Family
1. 2. 1. Integer types
1. 2. 2. Integer Decimal(base ten) Literals
1. 2. 3. Octal (base eight) integer literals
1. 2. 4. hexadecimal (base 16) integer literals.
1. 2. 5. byte type
1. 2. 6. short type
1. 2. 7. int type
1. 2. 8. long type
1. 2. 9. long literal
1. 2. 3. Floating Point Types
1. 2. 1. float and double
1. 2. 2. float type
1. 2. 3. float type literal
1. 2. 4. double type
1. 2. 5. Double Floating-Point Literals
1. 2. 4. Character
1. 2. 1. Using Characters
1. 2. 2. Using char value as integer
1. 2. 3. Character Literals
1. 2. 4. Escape sequences for Java char type
1. 2. 5. Boolean
1. 2. 1. Using Booleans
1. 2. 2. Boolean Literals
1. 2. 6. Array
1. 2. 1. Introduction to Arrays
1. 2. 2. Arrays can be initialized when they are declared
1. 2. 3. Multidimensional Arrays
1. 2. 4. Jagged array
1. 2. 5. Initialize multidimensional arrays
1. 2. 6. Alternative Array Declaration Syntax
1. 2. 7. Arrays length
1. 2. 8. Calculate Average value of Array elements
1. 2. 9. Create Fibonacci Series
1. 2. 7. Data Type Casting
1. 2. 1. Type Conversion and Casting
1. 2. 2. The numeric types are not compatible with char or boolean
1. 2. 3. Casting Incompatible Types
1. 2. 4. Automatic Type Promotion in Expressions
1. 2. 5. The Type Promotion Rules
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.