| Author |
About Wrapper classes
|
omkar patkar
Ranch Hand
Joined: Aug 25, 2005
Posts: 231
|
|
What does "radix" found in wrapper classes (Integer,Character etc.,) of java mean? Whats the use of radix ?
|
Thanks and Regards
Omkar Patkar (SCJP 1.4)[url]http://javacollectionsnotes.blogspot.com[/url] | [url]http://omkar-myscjpexp.blogspot.com[/url]
|
 |
Layne Lund
Ranch Hand
Joined: Dec 06, 2001
Posts: 3061
|
|
The "radix" is the base used to parse the String into an int. For example, you may have a integer as a hexadecimal String (such as "0x4C5F"), so you would specify the radix as 16. Layne
|
Java API Documentation
The Java Tutorial
|
 |
 |
|
|
subject: About Wrapper classes
|
|
|