What will be the result of compiling following code public class SampleClass { final int j ; public static void main(String[] arguments) { System.out.println(new SampleClass().j); } }
Reveal answer
Fill a bubble to check yourself
What will be the result of compiling following code public class SampleClass { final int j ; public static void main(String[] arguments) { System.out.println(new SampleClass().j); } }