What is the output of the following program?
public class Demo
{
public static void main(String arg[])
{
System.out.println(“Helloworld”);
}
}
Reveal answer
Fill a bubble to check yourself