Java Programming: Learn Core Java and Improve Java Skills
Learn core Java Programming with hands-on examples. This core Java course will take you more experienced level at Java
Getting Started With Java? ( JDK, JRE and JVM )
Installing Java on Windows
Installing Java on Linux
Installing Java on Mac
What is IDE?
Download and Run Eclipse
First Java Program - Hello World
ÜCRETSİZ ÖNİZLEMECompiling and Running Applications
ÜCRETSİZ ÖNİZLEMECloser Look at the First Java Program
Closer Look at the Java
What Are Variables?
Basic Output
Basic Input
Comments
Data Types
Type Conversion & Type Casting
Stack & Heap
Arrays
Arithmetic Operators
Assignment Operators
Unary Operators
Equality and Relational Operators
Conditional Operators
Operator Precedence
Expressions, Statements and Blocks
If, If-Else Statement
If-Else - If Ladder Statement, Nested If Statement
Switch-Case Statement
Project 1: Calculator
For Loops
For-Each Loop
While Loop
Do - While Loop
Break Keyword
Continue Keyword
Return Keyword
Project 2: Fibonacci Series
What is Method?
Method Calling
Types of Methods & Method Return Types
Method Overloading
Project 3: Find Exponential Number
Object & Class
Access Modifiers
Naming Conventions
Constructors
Packages
“Static” Keyword
Nested & Inner Classes
Inheritance
Method Overriding
“Super” and “This” Keywords
“Final” Keyword
Abstract Classes
Interfaces
Polymorphism
Encapsulation
What is Wrapper Class in Java?
Conversion of Types
Autoboxing - UnBoxing
What is String?
Useful Methods of String
Why String is Immutable?
StringBuffer Class
StringBuilder Class
String vs String Buffer vs String Builder
Project 4: Reverse String
Intro to Exception
What Is The Difference Between Error and Exception?
Exception Types
Try – Catch Block
Finally Block
Differences Between "Throw" and "Throws"
Throw Keyword
Throws Keyword
Exception Methods
Project 5: Bank Account Balance
Introduction to Java Swing
Swing Containers, Labels, Text Fields and Buttons
Layouts
Project 6: Login Form in Swing
Enum Types
Project 7: Traffic Lights Program With Enum
What We Have Learned ?