This video tutorial will demonstrate how to create a Movie class in Java. The Movie will have 5 private variables with accessor methods (gets / sets). It will also have 3 constructors and a toString() method for displaying. The main program will create 3 instances of the Movie Class to demonstrate how to use each constructor.