Android面试题]--BAT三年面试集锦之Android面试之二(你必定会遇到)

腾讯面试题 1.int a = 1; int result = a+++3<<2; 2.int a = 2; int result = (a++ > 2)?(++a):(a+=3); 3.int a = 1234567; int b = 0x06; int result = a&b; 4.Integer a = 34556; Integer b = 34556; boolean result =
相关文章
相关标签/搜索