This course for anyone who wants to be a Java programmer from scratch, We will start by discus all Java fundamentals that you need to start programming Android, Java web, or Java Desktop apps. We will start first by installing the development environment then you will run your first Java app, and understand how program flow works in Java. Then we will talk about variables and Math operation and priorities. Then we will take about logic and making decisions, then we will talk about loops. then we will talk about functions and OOP concept that you need to use when you program apps with Java, then we will talk about multi-processing and how you could run multi-process at the same time and how to avoid Deadlock, then we will talk about Databases, then we will talk about collections and which type collection you have to use for better performance depend on your app. Then we will talk about Java 8 new features, then we will talk about building desktop GUI application with JavaFX.
What you’ll learn
Build your First app in Java
Build a Complete game like Tic Tac Toy
Understand the programming foundation
Understand the programming logic, condition, and control
Understand the OOP in Java
Learn new Java 8 features
Learn Java GUI with JavaFX
Understand How to work with multithreading and Deadlock
Read and write from and to file
Use collections, And what is the better place to use collection