Can I run more than one JVM? If yes then how can I find a particular class is loaded on which JVM?
Yes,you can install more than one jvm in your PC, because OS loads an instance of jvm (not whole jvm) in RAM. We can call different jvm like JDK 1.4 or JDK 1.6 by setting its path.