1
vote
Is there a specification of Java’s threading model running under Windows XP available anywhere?
It really depends on the specific JVM implementation. I assume you're wondering about Sun's Windows JVM, and I can tell you with certainty that the Sun JVM maps a Java thread to an OS thread.
…
