0% found this document useful (0 votes)
8 views12 pages

Oops With Java Lab File (2nd Year)

This document outlines the lab file for the Oops with Java course at Mangalmay Institute of Management & Technology for the 2025-26 academic session. It includes a list of practical experiments focusing on Java programming concepts such as inheritance, polymorphism, exception handling, and lambda expressions. Each practical section specifies tasks to be completed, such as creating Java programs and implementing various Java features.

Uploaded by

Anshu Chaudhary
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views12 pages

Oops With Java Lab File (2nd Year)

This document outlines the lab file for the Oops with Java course at Mangalmay Institute of Management & Technology for the 2025-26 academic session. It includes a list of practical experiments focusing on Java programming concepts such as inheritance, polymorphism, exception handling, and lambda expressions. Each practical section specifies tasks to be completed, such as creating Java programs and implementing various Java features.

Uploaded by

Anshu Chaudhary
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

Mangalmay Institute of Management & Technology

Oops with Java Lab File

Department of Computer Science & Engineering ,AI ,DS


Session: 2025 - 26
Year: 2nd
Sem:4th

Submitted to: Submitted by:


Tapash Kumar Saha Roll No:
Assistant Professor Name:
CSE , MIET Greater Noida Branch:
Index
[Link]. Experiment Title Page Date Sign
No.

1. Create Java programs using types of inheritance and


polymorphism.
2. Implement error-handling techniques using exception
handling and multithreading
3. Write a java program to find the Fibonacci series using
recursive and non recursive functions.
4. Write a java program to represent ArrayList class.
5. Construct java program using Java I/O package.
6. Implement Function Overloading and Function
Overiding using suitable example.
7. Using Lamda Expression Calculate :---
1) Factorial of a given number
2) Check a number is Prime or not.
3) Check a number is Even or Odd or not.

4) Find longest and shortest string.


8. Write a suitable Example of Lambda Expression with
zero,single and multiple parameters .
9. Write a suitable Example of SortedSet Interface,
HashMap Class and Hashtable Class .
10 Write a suitable Example of for each loop(enhanced
for loop) and forEach Method .
PRACTICAL-1

Create Java programs using types of inheritance and polymorphism.


PRACTICAL-2
Implement error-handling techniques using exception handling and multithreading
PRACTICAL-3
Write a java program to find the Fibonacci series using recursive and non recursive
functions.
PRACTICAL-4
Write a java program to represent ArrayList class.
PRACTICAL-5
Construct java program using Java I/O package.
PRACTICAL-6
Implement Function Overloading and Function Overiding using suitable example.
PRACTICAL-7

Using Lamda Expression Calculate :---

1) Factorial of a given number


2) Check a number is Prime or not.
3) Check a number is Even or Odd or not.
4) Find longes and shortest string.
PRACTICAL-8

Write a suitable Example of Lambda Expression with zero , single and multiple
parameters.
PRACTICAL 9
Write a suitable Example of SortedSet Interface, HashMap Class and Hashtable Class
.
PRACTICAL-10
Write a suitable Example of for each loop(enhanced for loop) and forEach Method .

You might also like