+ 6
Does java have a compiler or interpreter or something like that?
please mention best ones.
4 Réponses
+ 15
M@hdi yes something like that. The Java compiler compiles the Java source code into an intermediate bytecode. This bytecode is then interpreted by the JVM/JRE to run the program. As Roberto Guisarre said, the JDK comes with the Java compiler and JRE.
JDK = Java Developmet Kit
JRE = Java Runtime Environment
JVM = Java Virtual Machine
+ 3
I believe you are asking for an IDE, cause the JDK holds Java's multi platform compiler and the JRE is Java's interpreter of the compiled files, please correct me if I'm wrong. Netbeans and Eclipse are 2 very robust, highly supported and free options. Good luck Mahdi.
+ 3
thank you guys🙏
+ 2
try eclipse