go to previous page   go to home page   go to next page hear noise highlighting

Answer:


Syntax Errors

It is likely that you will do something wrong. Here is the sample program with a deliberate error:

public Class Hello
{
  public static void main ( String[] args )
  {
    System.out.println("Hello World!");
  }
}

QUESTION 7:

What is the error? (Click for a hint.)


go to previous page   go to home page   go to next page