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.
First, basic number translations.
long yyy = 3849L;
String xxx = Long.toString(yyy);
0 Comments:
Post a Comment
<< Home