Determines whether the string is a reserved Java keyword.
public static boolean getReservedWord( String s )
s
The string to check.
Returns true if the string is a reserved Java keyword; otherwise, returns false.