0% found this document useful (0 votes)
2 views

Experiment Index Formatted

The document lists a series of programming experiments primarily focused on Java, including creating classes, arrays, and implementing various programming concepts. Each experiment is numbered and includes a brief description of the task to be completed, such as creating classes with specific attributes and methods, and performing operations like checking for Armstrong numbers. The document serves as a guide for practicing Java programming skills through hands-on exercises.

Uploaded by

fodota8721
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Experiment Index Formatted

The document lists a series of programming experiments primarily focused on Java, including creating classes, arrays, and implementing various programming concepts. Each experiment is numbered and includes a brief description of the task to be completed, such as creating classes with specific attributes and methods, and performing operations like checking for Armstrong numbers. The document serves as a guide for practicing Java programming skills through hands-on exercises.

Uploaded by

fodota8721
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Experiment Index

Serial No. Experiment Date Signature

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

10 Write a program to implement Anonymous class using Java.

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

You might also like