Question: In Java? Help? Movie Database 09/15/2017 at 11:55PM Objective: Write a program that manages a Movie database. The user should be able to add, remove,

In Java? Help?  In Java? Help? Movie Database 09/15/2017 at 11:55PM Objective: Write a
program that manages a Movie database. The user should be able to

Movie Database 09/15/2017 at 11:55PM Objective: Write a program that manages a Movie database. The user should be able to add, remove, and search the database. Along with being able to print and read from a database file Requirements: Make a class GenLinkedList which has the following An internal class of list nodes that hold a generic type and link A head node for the start of the list A current which iterates through the list A previous node which is always one behind the current. Functionality that . Adds a new item of a generic type .Removes an item from the list Returns the value of where the current iterator is located Move the current iterator forward Move the current iterator backwards Move the iterator to the head node Prints the list Make a class Movie with the follow Attributes . Name . Year Rating (1 to 5 stars) Director .Box Office Gross o Methods equals: Takes in another instance of a movie and compares all of the attributes. If they are all equal return true, and otherwise return false. compareTo: which also takes in another instance of a movie and returns a 0 if its empty or anything else if its not. toString: Returns a string with all of the attributes

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!