JAVA PROGRAMS INDEX PAGE

  •  BASIC PROGRAMS :

           1. To Print Hello World


    • ADDITION PROGRAMS USING VARIOUS METHOD :

          1. To add two number where numbers are already given or initialized
          2. To add two numbers where numbers will be given by user. Using Scanner method
          3. To add two numbers given by user using DataInputStream method
          4. To add two numbers where numbers will be given by user. Using java swing


    • SWAPPING PROGRAMS USING VARIOUS INPUT METHODS :

    1.  To find area of rectangle .  
    2.  Basic Calculator .   

    • IF - ELSE PROGRAMS :

    1.  To find the largest of three numbers
    2. Program to check whether a year entered is a leap year or not.
    3. To Check a number is Armstrong or not up to 3 digit
    4. Digit Checker program which checks the digit of the number up to 5 digit.
    5. To convert numbers between 100 and 999 into words form.

    • FOR LOOP PATTERNS :
    1. To print a Floyd's triangle
    2. To print a star pattern in odd numbers in form of right triangle
    3. To print a star pattern in form of right angle triangle
    4. To print a pattern or star triangle pattern

    • CONVERSION PROGRAM :
    1. To convert decimal to binary from 1 to 1024 numbers using if-else
    2. To convert binary to decimal from 1 to 2048 using if - else only.

    • OTHER PROGRAMS :
    1. To solve linear equation
    2. Program which gives area,volume and surface areas of various geometric figures
    3. TIC TAC TOE Game in java
    4. Payroll Management System in java
    5. Simple Quiz in Java
    6. Printing numbers 1 - 10 using Random in java
    7. Calendar or Day predictor
    8. Opening a File from your computer using Java