Equifax Interview Question

In java, when you use the System.out.println() method, are you overloading or overriding the println() method?

Interview Answer

Anonymous

Feb 12, 2020

This is Overloading. the println() method accepts several different types of inputs.