Programming Fundamentals Using Java Language
Course Contents:
- What is a Computer Program and Problem Solving?
- Types of Programming Languages: High Level and Low Level Languages
- Language Translators and their Types: Which one is used by the JDK?
- Structured Programming (Opposite of OOP)
- Syntax Rules
- Indentation and Coding Conventions
- Java Program Structure
- First Java Program: Output to console
- Program Output
- Common Errors
- Getting Input From The User
- Data Types: Variables and their types
- Constants
- Java Keywords
- Loops (for loop, while loop, do-while loop)
- Java methods
- Static and Dynamic Arrays Click here Quiz
- Method Calling Mechanism