Javacontent
Javacontent
PRACTICAL SUBMISSION
S.NO. PRATICAL NAME DATE DATE SIGNATURE REMARK
01.
02.
03.
04.
05.
06.
07.
08.
09.
// WAP for addition of two numbers.
// WAP for creating simple calculator take inputs from
user.
Write a program to show 3 use cases of this keyword?
// Write a program to show 3 use cases of super keyword ?
//Write a program to demonstrate constructor chaining?
//Write a program to show overloading by changing the
no. of arguments ?
//Write a program for overloading by changing data type
of arguments ?
//Write a program to show overriding ?
//Write a program to show runtime polymorphism ?
//Write a program for single level inheritance ?
//Write a program for multilevel inheritance ?
//Write a program for hierarchical inheritance?
//Write a program for hybrid inheritance ?
//Wite a program for static block , static method and static
variable ?
//Write a program to show multiple inheritance achieved
by interface ?
//Write a program for abstract class ?
//Write a program where one concrete class extend
abstract class and give the definition of abstract class ?
//Write a program to create a package mypackage and
save class file ?
//Write a program for creating com.google.hr then store
the class ?
//Write a program for any 10 Patterns ?
//write a program to show for loop , while loop and do
while loop ?
//write a program to perform addition subtraction ,
multiplication, and division on two numbers entered by
the user