Sunteți pe pagina 1din 1

Course JAVA Programming

Case Study
Case Study:

Read the following and create appropriate java applets

a. Create a try block that is likely to generate two types of exception and then incorporate
necessary catch block to handle them appropriately.
b. Create a java applet with a button “Display”. On click of the button it should display rectangle,
oval and circle within the applet
c. Create the following form in Java:

Q1. Subject should display name of subjects: C++, VB, Java

Q2. Foreign language should display choice of foreign languages French, German and Japanese

Q3. Submit button should submit the result.

Course Software Engineering


Case Study
Consider a program for determining the previous date, its input is triple of day, month and year
with the values in the range
1 ≤ month ≤ 12
1 ≤ day ≤ 31
1900 ≤ year ≤ 2025

Q1. The possible outputs would be previous date or invalid date. Design the boundary value test
cases.

S-ar putea să vă placă și