This document contains code examples demonstrating Java programming concepts like:
- Printing output to the console
- Declaring and initializing variables of different primitive data types
- Handling errors from incompatible type conversions
- Using loops and conditional statements like for and if
- Performing mathematical operations like square roots
- Taking user input using Scanner
- Concatenating Strings
- Declaring and initializing arrays
- Scope of variables declared within blocks