Tuesday, November 29, 2011

How many JVM could be run on an operating system. if only one then what is the logical reason.

one JVM will be consired, since JVM is consider as the JavaByte code interpreter(not specfic to any system o any processor), that will consider the javaprogram and convert in to the Native system call.:we create any number JVMs on one operating system:You can have any number of JVM in your system but care should be taken while setting the JAVA_HOME and CLASS-PATH environment variable.
Category:Java Interview Questions

No comments:

Post a Comment