Engineering Full Stack Apps with Java and JavaScript
Which statements concerning conversion are true?
Select 4 options
A. Conversion from char to long does not need a cast.
B. Conversion from byte to short does not need a cast.
C. Conversion from short to char needs a cast.
D. Conversion from int to float need a cast.
E. Conversion from byte, char or short to int, long or float does not need a cast.