+ 5
what is the virtual java machine?
6 Respostas
+ 7
when I install the jdk I am also installing the virtual java machine right?
+ 6
a java virtual machine is an implementation for a specific platform, that can interprets and execute java compiled binary codes, called "bytecodes"
+ 5
does that mean I don't need to install an ide to my computer to write and compile a java program. I could just use notepad to write the program and compile using command prompt?
+ 5
yes after u have installed jdk,you can compile and run your java programs in cmd :)
+ 4
Yes, When you download the JDK you are also downloading the Java Runtime Environment (JRE) which contains the Java Virtual Machine (JVM)
+ 4
could someone please answer my question?