πŸ“Š JAVA
Q. How to compile java code in command prompt?
  • (A) javac filename.java
  • (B) java filename.java
  • (C) javac filename
  • (D) java filename
πŸ’¬ Discuss
βœ… Correct Answer: (A) javac filename.java

Explanation: Type javac filename.java and press enter to compile your code. If there are no errors in your code, the command prompt will take you to the next line.

Explanation by: Yatendra Sir
Type javac filename.java and press enter to compile your code. If there are no errors in your code, the command prompt will take you to the next line.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
241
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Yatendra Sir
Publisher
πŸ“ˆ
97%
Success Rate