I\'m a bit puzzled by the number of developers I see writing methods and classes with curly braces below the class name or the method. What convention are they following?
The latter looks like the Allman indent style which is quite popular in C++ but I haven't seen it used often in Java.