What will be the file name for the following program? class Student { public static void main(String args[]) { System.out.println(“Hello Student”); } }
Reveal answer
Fill a bubble to check yourself
What will be the file name for the following program? class Student { public static void main(String args[]) { System.out.println(“Hello Student”); } }