Which is the predefined method available in Java to convert decimal to binary numbers?

Q & ACategory: Data StructureWhich is the predefined method available in Java to convert decimal to binary numbers?
Admin Staff asked 4 years ago

Which is the predefined method available in Java to convert decimal to binary numbers?
a) toBinaryInteger(int)
b) toBinaryValue(int)
c) toBinaryNumber(int)
d) toBinaryString(int)

1 Answers
Admin Staff answered 4 years ago

d) toBinaryString(int)