Many years ago sun/oracle laid out code conventions for java (see Code conventions) which state that instance variables be at the top (above the constructor) in the order of public, protected,...