Hotspot的使用?急需了解!
大家有谁知道java hotspot的具体意义,设置,以及使用方法?
谢谢!!!
问题点数:30、回复次数:1Top
1 楼escalj(天行健,君子以自强不息)回复于 2005-04-20 19:56:34 得分 30
java帮助文档上的:
The Java 2 SDK, Standard Edition, contains two implementations of the Java virtual machine (VM).
Java HotSpot Client VM
The Java HotSpot Client VM is the default virtual machine of the Java 2 SDK and Java 2 Runtime Environment. As its name implies, it is tuned for best performance when running applications in a client environment by reducing application start-up time and memory footprint.
Java HotSpot Server VM
The Java HotSpot Server VM is designed for maximum program execution speed for applications running in a server environment. The Java HotSpot Server VM is invoked by using the -server command-line option when launching an application, as in
java -server MyApp
Top




