Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Objective: Write a program that manages a Movie database in Java. Requirements:

ID: 3762279 • Letter: O

Question

Objective:

Write a program that manages a Movie database in Java.

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

Sort movies by a director (LastName)

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

So I need to create a program tha can manage the database, a database thats can store the data and sort it, and I a database front end that allow the user to used the features in the database.

So please serparate the there with spaces or a comment inbetween and please explain your code with comment to help me better understand how to write this code.

Thankyou and I be glad to give a high rating to a correct answer!

Explanation / Answer

Actor Bean

Starring Bean