To determine the class of an object simply call: someObject.getClass(). You can abbreviate this to someObject.class in most cases.
確定! 回上一頁