0
votes
Setting java locale settings
With the user.language, user.country and user.variant properties.
Example:
java -Duser.language=th -Duser.country=TH -Duser.variant=TH S …
12
votes
What is the most useful multi-purpose open-source library for java?
Apache Commons
Log4j
Google collections
…
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.
…
