📄 tsld060.htm
字号:
<HTML>
<HEAD>
<META HTTP-EQUIV="Context-Type" CONTEXT="text/html;charset=windows-1252">
<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
<TITLE>PPT Slide</TITLE>
</HEAD>
<BODY >
<H1>PPT Slide</H1>
<P><UL>
java.lang.Object<BR></UL></P>
<P><UL>
<LI> The root of the class hierarchy
</UL><UL>
<LI>
</UL><UL>
<LI> getClass() returns the object of type Class that represents the runtime class of the object.
</UL><UL>
<LI>
</UL><UL>
<LI> hashCode() returns a unique hash value
</UL><UL>
<LI>
</UL><UL>
<LI> equals() checks equality of objects
</UL><UL>
<LI>
</UL><UL>
<LI> clone() makes a shallow copy
</UL><UL>
<LI>
</UL><UL>
<LI> toString() returns a string representation
</UL><UL>
<LI>
</UL><UL>
<LI> finalize() is called by the garbage
</UL><UL>
collector </UL></P>
<P><UL>
public class Object {
<BR></UL><UL>
// Constructor
</UL><UL>
public Object();
</UL><UL>
public final Class getClass();
</UL><UL>
public int hashCode();
</UL><UL>
public boolean equals(Object obj);
</UL><UL>
protected Object clone();
</UL><UL>
public String toString();
</UL><UL>
protected void finalize();
</UL><UL>
// Thread methods, explained later
</UL><UL>
public final void notify()
</UL><UL>
public final void notifyAll()
</UL><UL>
public final void wait()
</UL><UL>
public final void wait(long)
</UL><UL>
public final void wait(long,int)
</UL><UL>
}</UL></P>
<P></P>
<P>
<TABLE>
<TD HEIGHT=100 WIDTH=100> <A HREF="tsld059.htm">Previous slide</A> </TD>
<TD HEIGHT=100 WIDTH=100> <A HREF="tsld061.htm">Next slide</A> </TD>
<TD HEIGHT=100 WIDTH=150> <A HREF="tsld001.htm">Back to first slide</A> </TD>
<TD HEIGHT=100 WIDTH=150> <A HREF="sld060.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>
</Body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -