Try to write a class that saves the objects you create (namely the Inventory instance that has all the DVDs and movies) to a file. Yo could use the classes:
FileInputStream
ObjectInputStream
FileOutputStream
ObjectOutputStream
You objects must also implement the Serializable interface to do that