⚫ From VM Spec
⚬ In particular, x != x is true if and only if x is NaN, and (x<y) == !(x>=y) will be false if x or y is NaN. ⚬ round towards zero ⚬ Multibyte data items are always stored in big-endian order.
⚫ Java VM Type Signature
Signature Java Type Z boolean B byte C char S short I int J long F float D double L fully-qualified-class ; fully-qualified-class [ type type[] ( arg-types ) ret-type method type
to be continue ...
'Language > Java' 카테고리의 다른 글
[Java][Test Code] ThreadPoolExecutor... (0) | 2013.09.25 |
---|---|
[Java] Visibility에서 추가했으면 하는 것.... (0) | 2011.04.21 |
[Java] Simple sample codes to remind... (0) | 2010.12.07 |
[Java] Package private in Java (0) | 2009.11.16 |
[Java][Tips] Compile... (0) | 2009.10.18 |