×

Loading...

My guess work about question three.

Since we are executing Java classes, my big concern is multi-threading issue. On the Windows machine, Java virtual machine can use native threads. If we work on Sun Solaris, we need to keep in mind that JVM (at least before JDK 1.3) use so-called green threads.
Report