<<< Common runtime errors | Index | Exception hierarchy >>> |
Misspelling or incorrectly capitalizing an identifier, then using a wrong variable as a result.
Using one equals sign (=) instead of two (==) when testing numeric and boolean values for equality.
Using two equals signs (==) instead of equals()/equalsIgnoreCase() methods to test two strings for equality.
<<< Common runtime errors | Index | Exception hierarchy >>> |