Ron Newman - SCJP 1.2 (100%, 7 August 2002)
Ian
Ron Newman - SCJP 1.2 (100%, 7 August 2002)
public void println(Object�x)
Print an Object and then terminate the line. This method behaves as though it invokes print(Object) and then println().
public void print(Object�obj)
Print an object. The string produced by the String.valueOf(Object) method is translated into bytes according to the platform's default character encoding, and these bytes are written in exactly the manner of the write(int) method.
public static String valueOf(Object�obj)
Returns the string representation of the Object argument.
Parameters:
obj - an Object.
Returns:
if the argument is null, then a string equal to "null"; otherwise, the value of obj.toString() is returned.
Ron Newman - SCJP 1.2 (100%, 7 August 2002)
Ron Newman - SCJP 1.2 (100%, 7 August 2002)
I want my playground back. Here, I'll give you this tiny ad for it:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
|