To define a zero-parameter constructor for the Movie class, you would write the following:
Movie
*-- No return type specified | *-- Constructor name is the same as class name | | v v public Movie() { ... }