JAVA LIST OF EXPERIMENTS (1)
JAVA LIST OF EXPERIMENTS (1)
PRACTICAL LIST
OBJECT ORIENTED PROGRAMMING WITH JAVA LAB
BCS-452
2023-24
S.No
Program Date Sign
.
Unit 1: Introduction, Programming Structures in Java, Object Oriented
Programming, Packages
Write a Java program to insert 3 numbers from keyboard and find
1
out greater number among 3 numbers.
Write a Java program to count total number of odd numbers between
2
1 -100 and display sum of them.
Write a Java Program to Find largest and smallest number in an
3 array in java.
15 Create a class MyThread derived from Thread class and override the
run method. Create a class ThreadDemo having main method. Create
Department of Computer Science
2 objects of MyThread class and observe the behavior of threads.