April 2018
Intermediate to advanced
910 pages
33h 21m
English
The SourceVersion enum consists of the following constants:
This enum also contains several methods, which are as follows:
Method name: isIdentifier
public static boolean isIdentifier(CharSequence name)
This method returns true if the parameter string is a Java identifier or keyword.
Method name: isKeyword
public static boolean isKeyword(CharSequence s)
This method returns true if the given CharSequence is a literal or keyword.
Method name: isName
public static boolean isName(CharSequence name) ...