Consider the naming convention used in this Java code:
String firstName; String lastName;
Inconsistent naming convention
Variables should be combined
Does not follow clean code principles
Adheres to Java naming conventions