Homework 10
Movie Database
12/08/2017 at 11:55PM
Objective:
Write a program that manages a
Movie database.
Requirements:
- Each movie needs to have the follow
attributes
- Name
- Year
- Rating (1 to 5 stars)
- Director
- Box Office Gross
- The Movie database must be able to
- Add a movie
- Remove a movie by title
- Sort movie by Title
- Sort movie by Rating
- Sort movie by Box Office Gross
- Show movies by a director
- Print to a database file (you may
define your own protocol)
- Read from a database file
- Write a front end that will allow a user
to use any of the features noted in the database description
Finally:
Upload the .java file to the dropbox