Monthly Archive: March 2013

Java – String valueOf() Method

Description: This method has followings variants which depends on the passed parameters. This method returns the string representation of the passed argument. valueOf(boolean b): Returns the string representation of the boolean argument. valueOf(char c) : …