Answered Questions

  • JVM is platform independent/dependent? why?

    which one is faster in execution Array List or Array? why?

    Gaurav Singh

    • Mar 12th, 2018

    No, JVM is not platform independent. It is Platform dependent.

    Kailash Dofe

    • Jul 5th, 2017

    JVM is platform dependent, each OS has its own JVM version. What makes JAVA platform independent is this platform dependent JVM. This JVM helps the intermediately compiled JAVA code(bytecode) to run o...