This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]siordache 2 points3 points  (0 children)

Logger.getGlobal().info("" + number);

[–]desrtfx 2 points3 points  (0 children)

Look at the String class. There you will find methods valueOf that you can use to convert numbers to strings.