Here are some lessons to get you started on your journey to learning Java!
- Java: Introduction
- Java: Environment Setup
- Java: Your First Program
- Java: Variables
- Java: Arithmetic Operators
- Java: Short Hand Operators
- Java: Type Casting
- Java: Strings and String Methods
- Java: Arrays and Array Methods
- Java: Primitive vs. Reference Type
- Java: Displaying Output and String Concatenation
- Java: Escape Sequences and Formatted Outputs
- Java: User Input
- Java: Comparison Operators
- Java: If Statements and Ternary Operator
- Java: Switch Statement
- Java: For and Enhanced For Loop
- Java: While and Do While Loop
- Java: Break and Continue Statements
- Java: Exception Handling