Question: 1 . Create Java project Week 0 5 Test 1 . This project will include development of the ViewStudentsMajors.java, DisplayStudentInfo.java, DisplayMajorInfo.java and MainViewer.java. ( 2
Create Java project WeekTest This project will include development of the ViewStudentsMajors.java, DisplayStudentInfo.java, DisplayMajorInfo.java and MainViewer.java. pointsbe sure to name the objects as required
Prompt the user with the following options and display the contents of the tables using LoadListFromDatabase: points
Enter option view Student records
Enter option view Major records
Enter option view both Student records and Major records
a When the user selects option you will pass in the parameters to display the Student table. Create your own data in the database and table with at least records. Be sure to provide the SQL script in your project folder.
b When the user selects option you will pass in the parameters to display the Major table. Create your own data in the database with at least records.
c When the user selects option you will pass in the parameters for each option and run them backtoback.
You must use the ReadVALUEFromUser methods provided in Java to obtain user input. points
If there is a connection issue with the database, the program must issue this error message Database connection issue in method MethodName. Please contact Support for Project CS points
Demonstrate that you know how to use a finally block. This finally block of code needs to print a message stating Processing Complete by Program Name points
The program needs to catch the following exceptions and provide this error message: points
a IndexOutOfBoundsException You have an issue with your index. Please contact level Support for Project CS
b NullPointerException The value pass is NULL data needs to be fixed. Please contact level Support for Project CSI
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
