what is the extension for java source code files | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

what is the extension for java source code files

17th Sep 2016, 6:59 AM
kiran
9 Respuestas
+ 4
Java file source code contain .Java extension. for example we create a hello file in Java ,that save with hello.java ...so .Java is it's extension.
17th Sep 2016, 6:00 PM
Sadab Khan
Sadab Khan - avatar
+ 1
Java source code files have the extension .Java and compiled programs have extension.class
18th Sep 2016, 10:43 AM
Vivek Anand
0
Java source code files have the .java extension. Java compiled files have the .class extension.
17th Sep 2016, 8:32 AM
Zen
Zen - avatar
0
the java file you created with codes will contain ".java"extension as a source code file, then u will compile that file .. after that a byte code file will be generated with an extension ".class" file as a executable file ...
17th Sep 2016, 12:25 PM
Sunny kumar
Sunny kumar - avatar
0
class
17th Sep 2016, 1:20 PM
Shellie Mason
Shellie Mason - avatar
0
.java
19th Sep 2016, 12:46 AM
Ankur Sharma
Ankur Sharma - avatar
0
*cough*c# app *cough*
30th Nov 2016, 2:05 AM
julio
- 1
files
17th Sep 2016, 1:21 PM
Shellie Mason
Shellie Mason - avatar
- 2
.class
17th Sep 2016, 8:11 AM
shoa
shoa - avatar