N
nick
1. bitstring=new BigInteger("1010",2);
System.out.print(bitstring);
the print out answer will convert to decimal ,how to print out a binary value?
2.how to convert "BigInteger" into "Integer"?
thanks!
System.out.print(bitstring);
the print out answer will convert to decimal ,how to print out a binary value?
2.how to convert "BigInteger" into "Integer"?
thanks!