Tagged Questions
290
votes
100answers
84k views
Hidden Features of Java [closed]
After reading Hidden Features of C# I wondered, What are some of the hidden features of Java?
98
votes
74answers
24k views
Hidden features of Eclipse [closed]
Alright it can be a lame question, but everybody uses these things differently. What's some of the best time savers out there for this IDE.
Tom
46
votes
22answers
8k views
NetBeans Tips and Tricks
I just saw an Eclipse tips & tricks post and was wondering if anyone had any tips & tricks for my IDE of choice: NetBeans.
Here's a few I know and find to be useful:
Removing a package: ...
35
votes
8answers
5k views
The Guava library for java; what are its most useful and/or hidden features
I have had a quick scan of the guava api and the new collection types it provides(multimap and bimap for example appear useful) and I am thinking of including the library in the project(s) I work on. ...
18
votes
10answers
2k views
Hidden Features IntelliJ IDEA
Just another Hidden features and tips and tricks WIKI.
After seeing the hidden features of eclipse, java, spring framework I thought we need to have a list of the features, TIPS for IntelliJ too ...
15
votes
6answers
3k views
Hidden features of Spring framework?
After seeing many hidden features about programming language, i would like to know hidden features of Spring "de facto" framework. As you know, Spring documentation hides many features and would be ...
12
votes
5answers
2k views
Hidden features of Struts 2 framework
What are the lesser-known but useful features of the Struts 2 framework?
Try to limit answers to Struts 2 framework as it is way too different from the previous versions.
One feature per answer.
12
votes
5answers
901 views
Why does Java permit escaped unicode characters in the source code?
I recently learned that Unicode is permitted within Java source code not only as Unicode characters (eg. double π = Math.PI; ) but also as escaped sequences (eg. double \u03C0 = Math.PI; ).
The first ...
4
votes
5answers
280 views
Hidden Features of Java - ArrayList / instance initializers clarification
In the Hidden Features of Java question, I was interested in the answer about instance initializers.
I was wondering how to modify this line :
List<Integer> numbers = new ...
0
votes
2answers
792 views
Hidden features of Seam framework
After seeing very usefull features of other languages or frameworks, i would like to know hidden features of Seam framework.
I'm constantly developing web applications using Seam, and very often, the ...
-3
votes
0answers
25 views
Since 2006 how jdbc 4.0 evolved into enterprise developement [closed]
Experts,
In 2006 Sun released jdbc 4.0 and it has lot of new futures like CachedRowSet etc... I would like to know how effectively community started using jdbc 4 from jdk 5 onward. I know there are ...