• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How HotSpot Virtual Machine is different from Java Virtual Machine?

 
Greenhorn
Posts: 21
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How HotSpot Virtual Machine is different from Java Virtual Machine? Can I have brief explanation here on HotSpot Virtual Machine ?
 
Shantha Dodmane
Greenhorn
Posts: 21
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Shantha Dodmane wrote:The Java Performance Companion : How HotSpot Virtual Machine is different from Java Virtual Machine? Can I have brief explanation here on HotSpot Virtual Machine ?

 
author
Posts: 11
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Java HotSpot VM (that is its official name, but is also known as the HotSpot JVM) is an implementation of the Java Virtual Machine specification. Also, the term Java Virtual Machine may be used as a more generalized term for an implementation of the Java Virtual Machine specification.
 
reply
    Bookmark Topic Watch Topic
  • New Topic