| 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
|
|
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)
|
 |
 |
|
|
subject: hot spot VM and normal J2SE VM?
|
|
|