tsld061.htm

来自「an excellent java tutorial for the ones 」· HTM 代码 · 共 54 行

HTM
54
字号

<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.Class<BR></UL></P>
<P><UL>
<LI> Instances represent Classes and Interfaces in a running application 
</UL><UL>
<LI> Created automatically by the VM or by a call to the class loader 
</UL><UL>
<LI> No public constructor 
</UL><UL>
<LI> forName returns the Class object associated with  the class  with the
</UL><UL>
  given string name </UL></P>
<P><UL>
public final class Class  extends Object implements Serializable 
<BR></UL><UL>
{
</UL><UL>
     	public static Class forName(String)
</UL><UL>
              public Object newInstance()
</UL><UL>
              public boolean isInstance(Object)
</UL><UL>
              // Other methods
</UL><UL>
}</UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld060.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld062.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="sld061.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?