Page 1 of 1

About Question com.enthuware.jfcja.v8.2.329 :

Posted: Tue Nov 16, 2021 7:49 am
by nick12345
Hello,

I have tested this code in Eclipse and it runs without error :shock:
The result is:
10
7

Here is my code:

Code: Select all

public class Basics1 {

	  public static long main(String[] args)
	  {
	     System.out.println("Hello");
	     return 10L;
	  }
}

Re: About Question com.enthuware.jfcja.v8.2.329 :

Posted: Tue Nov 16, 2021 9:02 am
by admin
Run it from command line.
We do not recommend using an IDE while preparing for the exam for these reasons.