Overloaded methods definition:
Methods of the same class with the same name but different numbers or types of parameters.
the call “substring(2, 2)” returns:
an empty string
When calling the System.out.print and System.out.prinln methods, these methods handle an object by calling its toString method. If your class does not have a defined toString method and inherits a generic toString method method from Object, _____________________ will get returned
the object’s class name followed by the object’s address