Consider the naming and commenting in this Java code:
String uName; // User's name
Variable name is descriptive
Variable name should be 'userName'
Comment is redundant and variable name should be more descriptive
Comment is necessary for clarification