What will be output of the following program?
class A {
static{
System.out.println("JAVA");
System.exit(0);
}
}
Reveal answer
Fill a bubble to check yourself
What will be output of the following program?
class A {
static{
System.out.println("JAVA");
System.exit(0);
}
}