JAVA Cycle Sheet 1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

SCHOOL OF INFORMATION TECHNOLOGY AND ENGG.

M.S (SOFTWARE ENGG.) – III SEMESTER


PROGRAMMING IN JAVA
CYCLE SHEET – I

1. write a program to display the sum of digit and display the reverse of the given
number
2. write a program to generate the Fibonacci series
3. write a program to find the factorial given number
4. write a program to find the largest and smallest number from the given array of
numbers
5. write a program to sort the given set numbers
6. write a program to find the area of circle, square, triangle and rectangle using
overloaded function area()
7. write a program to implement the inner class concept
8. write a program to display the students mark list by using inheritance
9. write a program to create your own package and use the same package for your
own application
10. write a program to create an interface called arithmetic, which defines methods
for sum, multiplication, division, subtraction, percentage and implement of them.
11. write a program to handle a exception using try & catch block (Zero division
problem)
12. write a program to handle a exception using throws and finally.
13. write a program to create our own exception, and use the same in your application.
14. write a program to implement simple thread program.
15. write a program to implement the multi thread concept
16. write a program to implement producer – consumer problem

You might also like