subject

This assignment is build using your code from Assignment 5. Req 1 - Create a custom exception handler class called StudentGradingException that can (add this functionality in a package called exception)

Centralize capture of all exceptions
Logs exceptions in a text file.
Fix at least one exception.
Demonstrate the usage of exception handler in a driver, throwing, logging and fixing the exception. Put this in a separate driver called Driver1. java. (Put this in driver package)

Req 2 - Deliver the grade for each student in a serialized file. ((add this functionality in a package called util and place the FileIO class in util package) HINT: https://docs. oracle. com/en/java/javase/11/docs/api/java . base/java/io/Serializable. html (Links to an external site.)

Imagine you are getting your grade report in a serialized file. This will contain your id, lab scores and high, low and avg for each quiz.

You should create a new class called StudentGrade (that contains Student and Statistics), then write a method to serialize StudentGrade in FileIO class.

Demonstrate serializing StudentGrade object in a separate driver called Driver2. java. (Put this in driver package)

Req 3 - Implement abstract class and Interface (add this functionality in a package called adapter)

Create an API (A programming interface) to
Print student statistics
Print score for a given student id

You should create an Interface called StudentAPI in which two methods are declared for functionality (Req 3 - 1 and 2) stated above.

You should create a class StudentAPIImpl that would implement StudentAPI. Using methods from other classes, (Student. java, Statistics. java, StudentGrade. java, FileIO. java) implement the two methods in StudentAPI.

Create a driver demonstrating the usage of the API. Put this in a separate driver called Driver3. java. (Put this in driver package)

Ive linked my .java and txt files for assignment 5

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:20
Shown below is the start of a coding region within the fist exon of a gene. 5'--3' 3'--5' how many cas9 pam sequences are present?
Answers: 1
question
Computers and Technology, 22.06.2019 19:30
Once the data center routes to the destination server that hosts the website, what's the next step in the internet process? user’s browser renders html code from destination server into web page request goes through router/model and isp request routed to nameserver and datacenter
Answers: 2
question
Computers and Technology, 23.06.2019 15:30
The processing of data in a computer involves the interplay between its various hardware components.
Answers: 1
question
Computers and Technology, 23.06.2019 21:30
Which of the following includes the three primary network access technologies? dsl, cable modem, broadband lan, wan, man voip, uc, iptv tcp/ip, ftp, dhcp
Answers: 2
You know the right answer?
This assignment is build using your code from Assignment 5. Req 1 - Create a custom exception handl...
Questions
Questions on the website: 13722360