About this document
Java Primitive Operations Overview by skyeye59050 is a document available to read on EtoBox.
1) Java performs type promotion to make operands compatible for arithmetic operations. 2) The result of an operation will be the same type as the promoted operands. 3) For assignment, the type on the right must be compatible with (widened from) the type on the left.
- Author
- skyeye59050
- Language
- EN