tsld030.htm

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

HTM
49
字号

<HTML>

<HEAD>
<META HTTP-EQUIV="Context-Type" CONTEXT="text/html;charset=windows-1252">
<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>Exercises</TITLE> 
</HEAD>

<BODY     >

 <H1>Exercises</H1> 
 <P><UL>
<LI><H2>Write the HelloWorld program, compile and 
</H2>
</UL><UL>
<H2>	execute it. Try to put some javadoc comments and  use javadoc to generate documentation. Then use the javap tool to read information about the class file
</H2>
</UL><UL>
<H2>	that you have just produced.
</H2>
</UL><UL>
<H2>
</H2>
</UL><UL>
<LI><H2>Write a program that creates an array, fills it with 100 int numbers and finds their average value.
</H2>
</UL><UL>
<LI><H2>
</H2>
</UL><UL>
<LI><H2>Implement a method to reverse a given String.</H2>
</UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld029.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld031.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="sld030.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>

⌨️ 快捷键说明

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