Computer Applications
The extension of a Java source code file is:
- exe
- obj
- jvm
- java
Java Intro
ICSE 2024
4 Likes
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.
Answered By
3 Likes
Related Questions
What is the output of Math.ceil(5.4)+Math.ceil(4.5)?
- 10.0
- 11.0
- 12.0
- 9.0
What is the method to check whether a character is a letter or digit?
- isDigit(char)
- isLetterOrDigit()
- isLetterOrDigit(char)
- isLETTERorDIGIT(char)
The number of bytes occupied by a character array of four rows and three columns are:
- 12
- 24
- 96
- 48
Which of the following data type cannot be used with switch case construct?
- int
- char
- String
- double