What is the standard when coding in Java, when do you use camel case when do you use underscores etc.
ClassName
methodName
instanceVariable / localVariable
CONSTANT_NAME
G (Generic Type Parameter)