QuizBeginner
Case Sensitivity in Java
Understand that Java treats identifiers as case-sensitive.
In Java, are the identifiers 'myVar' and 'MyVar' treated as the same?
Understand that Java treats identifiers as case-sensitive.
In Java, are the identifiers 'myVar' and 'MyVar' treated as the same?