Hexadecimal notation and signed integers

后端 未结 3 799
一生所求
一生所求 2021-01-11 15:33

This is a follow up question. So, Java store\'s integers in two\'s-complements and you can do the following:

int ALPHA_MASK = 0xff000000;

I

3条回答
提交回复
热议问题