Here are codes,the last second row couldn't compile out cause of the result is int?So,can I solve that every non integer type in java process as integer in arithmetic? And I am learning English from all guys,thank you.
byte a=0;
for(int i=0;i<128;i++){
a=(byte)i;
}
byte b=1;
byte c=0;
c=b+a;
System.out.println(b);