Wednesday, 4 September 2013

What can I do with a Java Number?

What can I do with a Java Number?

A function from a library returns a Number. I can't convert it to anything
usable ("cannot convert from Number to int") and can't print it using
String.format. How do I handle the Number?

No comments:

Post a Comment