Java QN

You might also like

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

Set A

1.) Design a GUI form using swing components which contain Input and Output as label , Find as
button. The program should determine whether the input number is prime or composite
when pressing the button.

Set B

1.) You are hired by a reputed software company which is going to design an application for
“Movie Rental System”. Now design a schema named MRS and create a table named Movie(id,
Genre, Language, Length). Write a program to design a GUI form to take input for this table and
insert data into table after clicking the OK button.

Set C

1.) Design a GUI form using swing with a textfield, a text label for displaying the input message
“INPUT ANY STRING” and three buttons with caption check palindrome, reverse, find vowels.
Write a complete program for above scenario and for checking palindrome in first button,
reverse it after clicking second button and extract the vowels from it after clicking the third
button.

Set D

You might also like