What is a JVM? Nectar Websoft 09:09 Java Interview Questions Nectar Websoft JVM is Java Virtual Machine which is a run time environment for the compiled java class files. Author : Nectar Websoft Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Related Posts What is the difference between Error and Exception in Java ? Error : It is Generated at compile time and reported by program at compile time only. TWhat is the Difference between Method overloading and Overriding ? Method Overloading : Method overloading is the example of compile time polymorphism. S Are JVM's platform independent? JVM's are not platform independent. JVM's are platform specific run time implementation