InterviewSolution
Saved Bookmarks
| 1. |
File extension of java source code file |
|
Answer» Answer: Extension for Java source code file is .java. After the compilation the compiler produces a .class file which contains java bytecode which can be EXECUTED on the Java VIRTUAL Machine (JVM). The file extension of a Java source code is .java . MARK me as brainlist |
|