jvm flags

Hi all,Can anybody please tell me detailed explanation of the jvm flags -servrer,-hotspot, -client? I am unable to find any info...Any link refering to explanation will also do.....Thanks
[222 byte] By [sankeyrauta] at [2007-10-2 21:24:13]
# 1

> Can anybody please tell me detailed explanation of

> the jvm flags -servrer,-hotspot, -client?

> I am unable to find any info...

> ny link refering to explanation will also do.....

-hotspot is deprecated, synonym for -client

http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html

and then:

http://java.sun.com/j2se/1.3/docs/guide/performance/hotspot.html

Google is your friend...

shelziba at 2007-7-14 0:35:10 > top of Java-index,Java Essentials,New To Java...