> 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...