Tuesday, October 12, 2004

A Cup of Joe

This is where I'll blog snippets of code that I learn, or need to repeat. I'll be adding lots.

First, basic number translations.



long yyy = 3849L;
String xxx = Long.toString(yyy);

0 Comments:

Post a Comment

<< Home