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 =
相關文章
相關標籤/搜索