getClass(); // returns the Class object associated with an integer int k = 5; Class kClass = int.class; // checking for primitive type boolean retval1 ...
確定! 回上一頁