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

How to set Java Object into JaxBElement ?

GitLab