File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes hot spot VM and normal J2SE VM? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "hot spot VM and normal J2SE VM?" Watch "hot spot VM and normal J2SE VM?" New topic
Author

hot spot VM and normal J2SE VM?

George Lin
Greenhorn

Joined: Feb 22, 2006
Posts: 28
Hello everyone,


I am wondering what is the differences between Java HotSpot(TM) Client VM and the J2SE VM I downloaded from java.sun.com?

Are they the same thing? Why Hotspot VM has client and server version?


thanks in advance,
George
Henry Wong
author
Sheriff

Joined: Sep 28, 2004
Posts: 16695
    
  19

Yes, they are the same thing. Sun has shipped the Hotspot JVM since... well, sometime around Java 1.3, give or take, not sure.

The difference between the client and server version is based on what it does. The client version is designed to run on a smaller footprint, start faster, and for GUI based applications. While the server version is for better overall throughput.

Henry


Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: hot spot VM and normal J2SE VM?
 
Similar Threads
Production VM options
App fails on HotSpot error
Changing HotSpot Client VM to Server VM in J2SE 1.3.1
Questions on HotSpot
Where is the problem in container