Introduction and setup for JAVA!!
  • Welcome Future JAVA Programmers !!
  • Project Overview!!
  • Companies You can get Hired after !!
  • Installing netbeans on your machine!!
More Than Basics!!
  • Starting with Hello World
  • Variable Concept for Programming
  • making user Input
  • Commenting : Really Inspiring
Operations & Priorities
  • Convert between datatypes : Typecasting
  • Priorities of Operations
  • Increment and Decrement Operators
Make Your Decisions!!
  • Dealing with Logic!!
  • If-Else Statement
  • Switch Statement
Getting Loopy Loops!!
  • Loop Control : For loop
  • While ... Do while loop combined
  • Break and Continue : Easier concept
Dealing with arrays!!
  • One Dimensional Array Structure
  • One Dimensional Array Implementation
  • Two Dimensional Array Structure
  • Two Dimensional Array Implementation
User Defined Functions!!
  • Simple Function
  • Local and Global Variables
  • Function Overloading!!
Object Oriented Programming
  • OOP Basics : Definition to Properties
  • Make Class
  • Constructor
  • Static Keyword
  • Encapsulation
  • Override Method
  • this and super Keyword
  • Abstract Class
  • Interface
  • Enums
  • Generic Class and Generic Methods
File Handling
  • What is Exception : make code reliable
  • Write to File
  • Read from File
Databases: using sqlite !!
  • Make connection to Database
  • Adding data to database : insert command
  • Select from database : select command
  • Delete from database
  • Update database
Multi-threading
  • Intro to Threading
  • Thread Example
  • Working with Runnable
Collections
  • Array List
  • Linked List
Working with GUI
  • Intro to JavaFX
  • ImageView in Java
  • ListView
  • Draw UI with JavaFX
  • Build Calculator
Network Programming!!
  • Intro to Network Programming!!
  • Procedure to code !!
  • Network Programming send message --Part 1
  • Network Programming send message --Part 2
  • Server Client Architecture -- Performing operations
Tic Tac Toe Game Project
  • Tic Tac Toe game : Make UI
  • Tic Tac Toe game : Build Logic
  • Tic Tac Toe game : Find Winner
Complete text editor Project
  • Text Editor : Part 1
  • Text Editor : Part 2
  • Text Editor : Part 3
  • Text Editor : Part 4
  • Text Editor : Part 5
  • Text Editor : Part 6
How can you increase your knowledge?
  • Secret of Programmer?