Java_lab important questions for practical exam
Part A
1)Write a program to find factorial of list of number reading input as command line
argument.
2)Write a program to display all prime numbers between two limits.
3) Write a program to sort list of elements in ascending and descending order and show the
exception handling.
Part B
1)Write a program to implement constructor overloading by passing different number of
parameter of different types.
2) Write a program to create student report using applet, read the input using text boxes and
display the o/p using buttons.
3) Write a program to calculate bonus for different departments using method overriding