I have seen some of our colleagues using _ [underscore] in front of class names [entities in JPA], and few more people using it for local variables.
Is there a standard[or atleast best practice] in java to use _ [underscore] in front of instance[private] instance variable or class name????
I have looked at the following link in SO [Stack Overflow]. I could not get my question answered. Using underscores in Java variables and method names