Java Programming I on YouTube:
https://www.youtube.com/playlist?list=PLLIqcoGpl73iaXAtS_-V_Xdx3mhTzPwb5
Introduction to Java Programming
- Sample Java Program
- The Basics of a Java Program
- How to code statements
- Valid Java Identifiers
- Java Keywords
- Illegal Identifiers
- Declaring main Method
- Public class InvoiceApp
- The rules for naming a class
- Recommendations for naming a class
- How to declare a class
- How to declare a variable
- Data Types
- Primitive Data Types
- Integral Data Types
- Floating-point data types
- Boolean data type
- Assignment Operators
- Variable Naming Convention
- Arithmetic Operators
- Arithmetic Operators, cont.
- Expressions Mixing int and double
- Five arithmetic operators
- Order of Precedence
- Integral Expressions
- Floating-Point Expressions
- Mixed Expressions