Starting from:

$25

Assignment 6 Solved

 
This assignment is built using the code from Assignment 5.
 
In this assignment create a separate serialized file using ObjectOutputStream for each student.
File should contain student's score and statistics for entire class.
Using debug mode (with Debug flag) print the contents of the serialized file.
 
Create and implement an interface to:
Print student statistics.
Print scores for a given student id.
implement the Debug flag globally
Use an abstract class to implement all the methods declared in an interface.
 
Submitting your work (15 Points)
Before submitting your work, please reflect on following points:

No errors, program always works correctly and meets the  specification(s) (2 points).
The code could be reused as a whole or each routine could be  reused (2 points).
Following concepts are applied - Serialization, Interfaces and Abstract Class are applied. (7 points)
Need to follow Java coding conventions (1 points).
Code Readability (as suggested in class) (1 points).
Adequately tested (unique test cases, covering boundary conditions) (1 points).
Class diagram is provided (UML usage is not required) (1 points)

More products