0
What is jvm can any one tell ?
3 Answers
+ 17
Google : Java Virtual Machine
https://www.sololearn.com/discuss/253495/?ref=app
+ 4
Java Virtual Machine can run Java byte codes, a precompiled code
it makes possible the Java slogan "code one, run everywhere"
(joking) some people say: code one, debug everywhere đ
+ 2
JVM stand for Java Virtual Machine, which is, as name says, software that simulates machine on which java code is executed. That is what makes Java code easily executed on all platforms (operating systems).