0% found this document useful (0 votes)
2 views1 page

Java Internal 1

The document outlines a series of Java programming tasks, including finding roots of quadratic equations, implementing interfaces and abstract classes, and demonstrating various programming concepts such as method overriding, overloading, inheritance, and dynamic method dispatch. It also includes tasks for array manipulation, string methods, and matrix multiplication. Each task specifies the creation of programs to illustrate specific programming principles and techniques.

Uploaded by

SODE SHARWANI
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Java Internal 1

The document outlines a series of Java programming tasks, including finding roots of quadratic equations, implementing interfaces and abstract classes, and demonstrating various programming concepts such as method overriding, overloading, inheritance, and dynamic method dispatch. It also includes tasks for array manipulation, string methods, and matrix multiplication. Each task specifies the creation of programs to illustrate specific programming principles and techniques.

Uploaded by

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

1) Write a Java program to find roots of a Quadratic equations.

15) Write a Java program to demonstrate Interfaces, Interface Shape With Area(),
Perimeter() methods. Its implementing subclasses are: Rectangle and Circle.

2) Write a Java program to find min, max and average of array elements read from
the user dynamically.
14) Write a Java program to illustrate Dynamic Method Dispatch.

3) Write a Java program to demonstrate Bit wise operators.


13) Write a Java program for sorting a given list of names in ascending order.

4) Write a Java program to demonstrate Logical and Ternary operators.


12) Write a Java program to demonstrate any 15 methods of String Class.

5) Write a Java program to implement Matric Multiplication.


11) Write a Java program to demonstrate Abstract classes.

6) Create a class Student with attributes such as name, roll number and marks.
Write a program to create a five student objects display details as report.
10) Write a Java program to demonstrate Method Overriding.

7) Write a Java program to demonstrate Inheritance : Super Class – Emp , its


subclasses(PEmp, FEmp). Include necessary fields and methods.
9) Write a Java program to demonstrate Method Overloading.

8) Write a Java program to demonstrate Multi Level Inheritance.


15) Write a Java program to demonstrate Interfaces, Interface Shape With Area(),
Perimeter() methods. Its implementing subclasses are: Rectangle and Circle.

You might also like