开发者

Query related to Numbers Class in Java

Could someone please tell me how do we calculate Integer.parseInt("444", 16) and and Integer.valueOf("444", 16) where 16 is the radix and 开发者_JS百科444 which is String would be converted to an Integer?


Are you looking for how the parsing works? Peek into the source of Integer - valueOf() invokes parseInt()

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜