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

Popular posts from this blog

Monolithic & Heterogenous Application

How to set Java Object into JaxBElement ?