Description
In this course, you will :
- Learn Java for free with this interactive course and gain an understanding of one of the world's most popular programming languages.
- Simple hello world programme and progress to cover common concepts such as Conditional Statements, Loop Statements, Math, and Logic in Java before moving on to more advanced concepts such as Inheritance, Generics, and ArrayLists, among others.
- You'll be an intermediate level Java developer by the end, ready to take on your own projects.
Syllabus :
1. Variables & User Input
- Variables in Java
- Data Types
- Variable Syntax
- Taking Variable Value From User
2. Simple Maths & Logic
- Simple Java Maths
- Mathematical Functions
- Logical Expressions
3. Strings and String Processing
- Java Strings
- String Methods
4 Conditional Statements
- Conditional Statement
- if Conditional Statements
- switch Statement
- Conditional Expression
5. Loops
- while & do-while Loops
- for Loop
- Infinite Loops
6. Methods
- Methods in Java
- Parameters and Return Types in Methods
- Return Parameters in Methods
- Constructor
- Static Methods
7. Arrays
- What Are Arrays?
- A Bit More About Arrays
- Two Dimensional Arrays
8. Classes and Inheritance
- Introduction to Classes
- Constructors
- Class Member Methods
- Inheritance in Java
9. Generics
- Introduction to Generics
- Generic Class
10. ArrayLists
- ArrayLists in Java
- Creating an ArrayList Object
- Inbuilt Methods