How many jvm's are in One Os? Is it one jvm with multiple jvm instance or can we have seperate jvm's like JRE 1.5 and jre 1.4 are diffrent jvms
Very simply speaking, the Java Virtual Machine is the environment where Java code runs in; it turns bytecode into native code. (thus Java's cross-compatibility)
Forum Rules
Bookmarks