<./>.dev./hood

우선순위 연산자 결합방향
1 [ ]
()
.
2 ++
--
+(양수) -(음수)
~
!
(type)
new
3 * / %
4 +(더하기) -(빼기)
+(문자 결합 연산자)
5 <<
>>
>>>
6 < <=
> >=
instanceof
7 ==
!=
8 &
&
9 ^
^
10 |
|
11 &&
12 ||
13 ? :
14 =
*= /= += -= %=
<<= >>= >>>=
&= ^= |=


'Application > JAVA' 카테고리의 다른 글

string return  (0) 2017.10.12
메모리 줄이기  (0) 2017.10.07