0 votes
in JAVA by
How to compile java program?

1 Answer

0 votes
by

How to compile java program?

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

Related questions

0 votes
asked Nov 25, 2020 in JAVA by SakshiSharma
0 votes
asked May 2, 2021 in JAVA by sharadyadav1986
...