Quick Learnology

Java Programming :

  •  Java is a High Level, Robust, Object-Oriented and Secure Programming Language
  • It is a High-Level Programming Language developed by Sun Microsystems and released in 1995. 
  • Platform: Any Hardware or Software Environment in which a program runs, known as platform. Since Java has a runtime environment and API, it is known a platform.

Why you learn Java ?

Main 5 reasons we should learn Java :

  • Object Oriented
  • Platform Independent
  • Simple and secure
  • Portable
  • Robust

Content :

Java Introduction:

  • Introduction ?
  • Features of Java
  • Hoe to set path 
  • How to Install Java ?
  • First Java Program
  • JDK , JRE and JVM
  • Variables and Data Types
  • Operators
  • Comments

Decision Control Statements:

  • IF/else statement
  • Nested If/else
  • Switch statement

Loop Control Repetiotions:

  • Loops
  • for loop
  • do loop
  • while loop
  • do-while loop
  • Nested Loops
  • Break and Continue

Arrays :

  • Introduction
  • Advantages and Disadvantages of array
  • Types of arrays

String Class :

  • Introduction
  • Immutable String
  • Comparison and Concatenation
  • Substring and Methods
  • String Buffer Class
  • String Builder Class
  • String vs string buffer vs string builder class
  • String Tokenizer

String Methods :

  • String Methods

Casting :

  • What is Casting ?
  • Types of Casting 

Math Class :

  • Math Class
  • Math Methods

Exception Handling :

  • Exception Handling(Try Catch)