How to do base conversion using library method in Java?



Problem Description :


Write a program in Java that converts the Decimal number to Binary, Octal and Hexadecimal numbers using a library function.

Concept :


We are using following methods of Integer class.
  • public static String toBinaryString(int decimal); 
  • public static String toOctalString(int decimal);
  • public static String toHexString(int decimal);


Java Program :




Output :


Output of Java program that converts decimal number to octal, binary and hexadecimal number using library functions.
Output - How to do base conversion using library function in Java?

References :



Thank you friends, I hope you have clearly understood the solution of this problem. If you have any doubt, suggestion or query please feel free to comment below. You can also discuss this solution in our forum.

Tags : Conversion problems, Decimal to Binary, Decimal to Octal, Decimal to Hexadecimal, Solution in Java, String, Integer, if else statement.

About Author:

I am simple guy with lot of ambitions. My main motive is to share whatever knowledge I have related to programming. With me you can easily learn how to solve any programming problem in Java.You can connect with me on social networking sites also.


Let's Get Connected: Linkedin | Facebook |

How to do base conversion using library method in Java? How to do base conversion using library method in Java? Reviewed by Rohit Agarwal on 11/19/2016 Rating: 5

No comments:

Please provide your valuable comments. If you have any suggestion please share with me I will work on it and if you have any question or doubt please ask, don't hesitate. I am your friend, i will clarify all your doubts.

Powered by Blogger.