The
class keyword can also be used in the form
Class.
class to get a
Class object without needing an instance of that
class. For example, String.
class can be used instead of doing new String().getClass(). ... Alternatively, the default
keyword can also be used to declare default values in a
Java annotation.
read more >>