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