+ 3
Base system
Is it possible to covert the base system of an integer using pre-defined methods in java ?
2 Antworten
+ 1
you can use wrapper class for this
+ 1
convert the integer into string, then use Integer.parseInt(String, int). where int -> base system