Question: Running the command- line command: Javac helloWord.java Result in the following error message: Helloworld.java: error;illegal start of type System.out.println(hello world); What is the type of

  1. Running the command- line command:

Javac helloWord.java

Result in the following error message:

Helloworld.java: error;illegal start of type

System.out.println("hello world");

What is the type of error?


Step by Step Solution

3.36 Rating (165 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

A classic Java error The error message Helloworldjava err... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!