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