👤

What are the things we need to create compile and run program in java?​

Sagot :

Answer:

Open a command prompt window and go to the directory where you saved the java program (MyFirstJavaProgram. java). ...

Type 'javac MyFirstJavaProgram. java' and press enter to compile your code. ...

Now, type ' java MyFirstJavaProgram ' to run your program.

You will be able to see the result printed on the window.