What is Java?
a powerful, multi-platform programming language used for professional applications
Why you should learn Java?
Easy to learn
Java was designed to be easy to use and is therefore easy to write, compile, debug, and learn than other programming languages.
Object-oriented
This allows users to create modular programs and reusable code. With Java, users can learn to make a tic-tac-toe game with a win algorithm.
Platform-independent
One of the most significant advantages of Java is its ability to move easily from one computer system to another.
What will the course cover?
We will teach core programming concepts in Java:
- Data types
- Input / Output
- Intro to programming libraries
- Object Oriented Programming & class structure
- Conditional Statements
- Iterative statements
- Advanced data type / Structures (e.g Lists/array)
- Inheritance
- Polymorphism
- Abstract class and interface