String bin = Integer.to______String(12345);
Integer binNum = Integer.________(___);


Fill in the blanks, if you need to make the binary number beyond Integer.MAX_VALUE, then use a Long, and if...