write a function to count the one-bits in a byte in java code example Example: find no of 1's in a binary number len(''.join(str(bin(122011)).split('0')))-1