Which of the following are legal lines of Java code?
1. int w = (int)888.8;2. byte x = (byte)100L;3. long y = (byte)100;4. byte z = (byte)100L;
1. int w = (int)888.8;2. byte x = (byte)100L;3. long y = (byte)100;4. byte z = (byte)100L;Which of the following are legal lines of Java code?
1. int w = (int)888.8;2. byte x = (byte)100L;3. long y = (byte)100;4. byte z = (byte)100L; Correct Answer All statements are correct
মোঃ আরিফুল ইসলাম
Feb 20, 2025