the return type of a vaible or a method could be set as class Object return.
say
public static final String STR_SERVICE_NAME ;
public static final Thread THD_VARIABLE;
when i use THD_VARIABLE , i will get Thread class object.
if u 've doubt, plz. start implementing the same.