Experiment Index Formatted
Experiment Index Formatted
1 Create a class shape with attributes length and width, create appropriate constructors and a met
2 Create, initialize and show the following 2-D array of integers: 2 4 6, 8 10, 12, 14 16 18 20
3 Create a class student with appropriate attributes roll, name & marks. Write appropriate construc
4 Write a program in Java to create, initialize and display a 3-dimensional array. The dimensions a
5 Create a class with attributes account_no, account_holder, and balance. Create appropriate con
6 Modify the previous program and make Shape class abstract and area method abstract.
7 Write a program to check the execution sequence for static variable, static block, non-static bloc
8 Create Outer class and non-static and static inner classes with non-static and static methods ins
9 Check whether a number is an Armstrong number using a Java program. Take input from comm
11 Write a program to implement interface using Java. Create 3 interfaces (I1, I2 & I) each containin
12 Write a Java program to take input from user and write it to a text file. If the user types ENTER tw
13 Create a class Car having attributes make and model. Create appropriate parameterized constru
14 Create a class Car with make and model attributes. Create parameterized constructors and show