Java - Numeric promotion
Numeric Promotion:
- To calculate easily convertion of smaller numeric type into large numeric.
eg.
byte,char,short to int
int to long
long,float to double
Comments
Post a Comment