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 5 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 5 years ago

d) toBinaryString(int)