Possible Duplicate:
Real differences between “java -server” and “java -client”?
I've seen the argument "-server" used as a command line argument for java.exe:
java.exe -server MyClass
but no matter how hard I searched the internet I found no documentation as to what exactly it does. Can anyone explain?