When initialize a Movie Class Object, fail to do so. An error takes place : Type mismatch: cannot convert from String[] to String from /gameshop/src/product/Movie.java Need Code Review.
It is because the get Method is trying to retrieve a single string for the actor. The original purpose for the actor properties is to store a bunch of actors, the get Method has already changed to return an array of string.