Blog posts tagged with "numeric-promotion"
-
Bits of Java – Episode 5: Numeric Promotion
This week we will talk about numeric promotion. With this term we identify the process for which the compiler promotes a numeric type to a different one. As you probably already know, this can happen using casting. On the other hand, there are some cases in which the compiler automatically... [more]
subscribe via RSS