Converting an int to a binary string representation in Java?

Integer.toBinaryString(int i)

Leave a Comment