ICSE Class 10 Computer Applications Question 5 of 30

Solved 2024 Question Paper ICSE Class 10 Computer Applications — Question 10

Back to all questions
10
Question

Question 1(x)

The extension of a Java source code file is:

  1. exe
  2. obj
  3. jvm
  4. java
Answer

java

Reason — In Java, source code files are saved with the .java extension. These files contain the Java program's source code, written in human-readable text format.