A field may be either of primitive or reference type. There are eight primitive types: boolean , byte , short , int , long , char , float , and double . A reference type is anything that is a direct or indirect subclass of java. … The syntax for the type name is described in Class.
Read moreWhat is the use of field class in Java?
Field class provides information about, and dynamic access to, a single field of a class or an interface . The reflected field may be a class (static) field or an instance field.
Read more