java format zero padded binary

Solutions on MaxInterview for java format zero padded binary by the best coders in the world

showing results for - "java format zero padded binary"
Erik
17 Jul 2020
1String.format("%16s", Integer.toBinaryString(1)).replace(' ', '0')
2
similar questions
queries leading to this page
java format zero padded binary