Java
Programming and Technical
Programming
Definition
What is the java execute file
Read Solution (Total 22)
-
- Its the class file which JVM(java virtual machine) converts the Human understandable form language(high level language) into machine language and generates a class file and that is called java executable file which can be run on any system as java is platform independent language.
- 10 years agoHelpfull: Yes(17) No(4)
- ".class" file is a byte code of .java file which is creates at the time of compilation time. First .java file compile and generates .class file(Byte code). JVM is a interpreter whose responsibilty to comvert that ".class" file(byte code) to native understanding language of OS. After interpreting the .class file OS gets java executive file.
Flow :
.java->(compilation phase)-> .class ->(interpreter phase) -> executable file - 10 years agoHelpfull: Yes(11) No(0)
- jar file(or) ear file(or)war file
- 10 years agoHelpfull: Yes(2) No(0)
- ".class" file is called executable file.This file contain the full of Machine level language.
- 10 years agoHelpfull: Yes(2) No(1)
- .class file
- 10 years agoHelpfull: Yes(1) No(0)
- .class file
- 10 years agoHelpfull: Yes(1) No(0)
- java execute file is the executable file during the runtime.filename.class file is the java executable file.After compilation yhe filename.java will be changed to class file.So in runtime .class file will be executed..
- 10 years agoHelpfull: Yes(0) No(0)
- java.exe
because java is execute the code by .exe file only - 10 years agoHelpfull: Yes(0) No(5)
- it is a utility program which is used to execute the java programs.
- 10 years agoHelpfull: Yes(0) No(0)
- 301.565600 because in double we get zeros after final answer
- 10 years agoHelpfull: Yes(0) No(0)
- .classfile is called as execute file.
- 10 years agoHelpfull: Yes(0) No(0)
- Class File
- 10 years agoHelpfull: Yes(0) No(0)
- In java the source code is compiled by java compiler and generates the .class file and after its interprets by java interpretor so generates .java file called as java execute file.
- 10 years agoHelpfull: Yes(0) No(0)
- .class file
- 10 years agoHelpfull: Yes(0) No(0)
- A source program is compiled into a machine language file which is then linked with the system library to form an executable file in java
- 10 years agoHelpfull: Yes(0) No(0)
- ".class" file is executable file in java program.
- 10 years agoHelpfull: Yes(0) No(0)
- .class file is the java execute file
- 10 years agoHelpfull: Yes(0) No(0)
- java.exe is used java execute file
- 10 years agoHelpfull: Yes(0) No(0)
- for compile filename java.javac
for run filename java - 10 years agoHelpfull: Yes(0) No(0)
- .class is the executable file for java
- 9 years agoHelpfull: Yes(0) No(0)
- .class file
- 8 years agoHelpfull: Yes(0) No(0)
- .class file
- 7 years agoHelpfull: Yes(0) No(0)
Java Other Question