hi ranchers,
iam going towards
scjp but i got strucked at shifting operators
i didnot understood how the negative values are organised
for example
int b=-6;
String s=Integer.toBinaryString(b);
System.out.println(s);
output is :11111111111111111111111111111010
can anybody explain
thanx in advance
vijay