What will be output of the following code? public class Two { public static void main(String arg[]) { long bvalue=99L; int squased = (int) bvalue; System.out.println(squased); } }
Reveal answer
Fill a bubble to check yourself
What will be output of the following code? public class Two { public static void main(String arg[]) { long bvalue=99L; int squased = (int) bvalue; System.out.println(squased); } }