Are JVM's platform independent? Nectar Websoft 09:10 Java Interview Questions Nectar Websoft JVM's are not platform independent. JVM's are platform specific run time implementation provided by the vendor. Author : Nectar Websoft Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Related Posts What is the Difference between Method overloading and Overriding ? Method Overloading : Method overloading is the example of compile time polymorphism. SWhat is a JVM? JVM is Java Virtual Machine which is a run time environment for the compiled java class 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. T