1
vote
How do you detect low memory situations within the java virtual machine?
Have a look at the freeMemory method of Runtime (see http://java.sun.com/javase/6/docs/api/java/lang/Runtime.ht …
0
votes
Learning Java Swing?
Just another book recommendation:
Java Swing by Matthew Robinson und Pavel Vorobiev
It's the only book i read on Swing so far so i can't compare it to the other ones. On the other hand it' …
3
votes
How does the Sun JVM map Java threads to Windows threads?
Don't have a document for you, but from the Threads column in the task-manager you can pretty reliably guess that it maps 1:1 to native threads (you need to enable the Threads column in the task ma …
0
votes
In a Java thread running as root, how can we apply Unix rights specific to a logged-in user ?
If everything else fails, you can run a shellscript from java and parse the result.
Described for example here
…
0
votes
Would you recommend Java/Glassfish/Metro for brand-new project?
I would guess that both suggestions fit your needs equally good. So when you are more familiar with the .NET tools and libraries you should stick to that since there is not much value in learning t …
