Search Results

2
votes

What is the most frequent concurrency problem you’ve encountered in Java?

Starting a thread within the constructor of a class is problematic. If the class is extended, the thread can be started before subclass' constructor is executed. …
-2
votes

Most useful free Java libraries?

Here are my choices. JUnit Log4J Apache Commons Configuration FindBugs (it is a tool rather than a library) …
5
votes

Hidden features of Eclipse

Absolutely, Ctrl+Q to go to last edit location. It is very useful just after being interrupted by phone, boss or others. …