Can some one please help me with premitive casting.
How to use figure shown below in the practical way.
Byte –> short -> int -> Long-> float-> double
Byte b = 1; //I think this means int to byte
which is not traceable in the figure above.
So it shouldn't compile.
I know this does compile, I am confused?
Thanks