• Program to Find Maximum number out of 2 nos.
  • Program to Find Factorial of given number.
  • Program to find Fibonacci series of a given number in java.
  • Program to find Minimum of 2 nos. using conditional operator.
  • Program to generate 5 Random nos. between 1 to 100, and it should not follow with decimal point.
  • Program to print a Reverse a given number in java.
  • Program to find SUM AND PRODUCT of a given Digit.
  • Write a program to find sum of all integers greater than 100 and less than 200 that are divisible by 7.
  • Write a program to display a greet message according to Marks obtained by student.
  • Array Example in JAVA.
  • Program to display Array Input Example in Java.
  • Program to display Function Overloading Example.
  • Program to display Main & Child Class.
  • Program to Use of Operator in Java.
  • Program to calculate are of rectangle.
  • Constructors in Java.
  • Pre and post increment operators.