Default indicates that you are using no keyword for your method, class, variable. The default method / default variable / default class / default constructor can be called by any object in the same package. This means that you could call the default method / default variable / default class / default constructor from only the classes in the package you are working in.