Java keywords are also known as reserved words. Keywords are particular words which acts as a key to a code. These are predefined words by Java so it cannot be used as a variable or object name.
Safe string comparison in Java
A very common situation occur when we try to compare a String variable and a string literal.