IntScription()
← Back to Notes Home

What is JVM ?

  • It is an abstract machine
  • It’s a specification that provides runtime environment in which java byte code can be executed
  • Available for many hardware and software platforms (i.e. JVM is platform dependant)

Operations of JVM