You are on page 1of 2

INDEX

Exp No. EXPERIMENT NAME


1 Hello world program with explanation of each
statement.
2 WAP to print area of rectangle without function.
3 WAP to print area of rectangle with function.
4 WAP to print area of rectangle without function
and *constructor.*
5 WAP for factorial of a fixed number.
6 WAP to check prime number of a fixed number.
7 WAP to check Even or Odd number.
8 WAP to reverse the String.
9 WAP to implement the concept of single
inheritance.
10 WAP to implement the concept of multilevel
inheritance.
11 WAP to implement the concept of hierarchical
inheritance.
12 WAP to implement the concept of hybrid
inheritance.
13 WAP to implement the concept of multiple
inheritance, i.e. *the interface*.
14 WAP for hybrid inheritance by using interface. i.e.
concept of multilevel & multiple in a single
program.
15 WAP for user input, i.e. the concept of *Scanner*
class ( concept ot *packages*).
16 WAP for factorial of a number entered by user.

You might also like