What Are The Rules For Primitive Arithmetic Promotion Conversion
: For Unary operators If operant is byte, short or a char it is converted to an int. If it is any other type it is not converted. In Java, primitive arithmetic promotion conversion follows a set of rules to determine the type of the result when performing operations on primitive data types. The rules … Read more