How can i print a integer in binary format in java.
example i have a number , i want to print it in binary, i dont want to do it by writing a algorithm, rather want to use a implicit function
|
How can i print a integer in binary format in java. example i have a number , i want to print it in binary, i dont want to do it by writing a algorithm, rather want to use a implicit function |
|||
|
|
|
Assuming you mean "built-in":
( |
|||
|
|
Look at the API documentation of the Integer class. Using the API doc is one of the first things you need to learn as a Java programmer, it will help you get along much faster than asking people... |
|||
|
|