Hi,
Why there are different print line statements in Java like simply println and system.out.println?
I read book called Arts and Science of java along with CS106A stanford university material.And in the book it doesn't use system.out.println.
Printable View
Hi,
Why there are different print line statements in Java like simply println and system.out.println?
I read book called Arts and Science of java along with CS106A stanford university material.And in the book it doesn't use system.out.println.
oh understood that.