InterviewSolution
Saved Bookmarks
| 1. |
What is the extension of compiled java classes?(a) .class(b) .java(c) .txt(d) .jsThis question was addressed to me by my school principal while I was bunking the class.Question is taken from JDK-JRE-JIT-JVM topic in chapter Java Environment & OOPS Concepts of Java |
|
Answer» CORRECT ANSWER is (a) .class For explanation I would SAY: The COMPILED java files have .class extension. |
|