You can convert a decimal to binary using toBinaryString() method of Integer wrapper class as follows.
int i = 42; String binstr = Integer.toBinaryString(i);
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.