Which Of The Following Are Legal Lines Of Java Code?
int w = (int)888.8
long y = (byte)100
byte z = (byte)100L
byte x = (byte)100L
The answer is (C) All of these
Explore more such questions and answers at BYJU’S.