1 QUICK START
1.1 Introduction
1.2 Install
1.2.1 Use Installer
1.2.2 Copy existing JAVA installation
1.3 Create Application
1.3.1 Console (Text Editor)
1.3.2 Console (Eclipse IDE)
1.3.3 Applet
1.4 Other
1.4.1 javac.exe
1.4.2 java.exe
2 MAIN TERMS
2.1 Basic Syntax
2.1.1 Comments
2.1.10 Operators - Bitwise
2.1.11 Operators - Logical
2.1.2 Print to Console
2.1.3 Exceptions
2.1.4 Statements - Conditional
2.1.5 Statements - Loop
2.1.6 Statements - Jump
2.1.7 Operators - Comparison
2.1.8 Operators - Arithmetic
2.1.9 Operators - Assignment
2.2 Data Types
2.2.1 Literals
2.2.2 Scalars
2.2.3 Collections
2.3 Variables
2.3.1 Constants
2.3.2 Variables
2.3.3 Optional
2.4 Structures
2.4.1 Classes
2.4.2 Interfaces
2.4.3 Enumerators - Value
2.4.4 Enumerators - Template
2.5 Functions
2.5.1 Methods
2.5.2 Lambdas
2.5.3 Streams
2.6 Collections
2.6.1 array
2.6.2 String
2.6.3 HashMap
2.6.4 Vector
2.6.5 Hashtables
2.6.6 Iterator
2.6.7 Enumerator
3 Summary
3.1 Quick Start
3.2 Basic Syntax
3.3 Data Types
3.4 Variables
3.5 Structures
3.6 Functions
3.7 Collections