⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 intro.html

📁 master java threads
💻 HTML
📖 第 1 页 / 共 2 页
字号:
			<td valign="top">			<img src="/images/jump_topica.gif" width="145" alt="" border="0">			</td>			</tr>			<tr>			<td width="145">					        	<font face="Arial,helvetica" size="1">				&nbsp;&nbsp;<SELECT NAME="cat" onChange='top.location.href=this.options[selectedIndex].value;' style="font-size: 10; font-family: sans-serif;">                        <option value="" selected>Please Select                        <option value="">-----------						<option value="/reference/dir.1-busman.html">Business &amp; IT Mgmt						<option value="/reference/dir.2-certification.html">Certification &amp; Training                       						<option value="/reference/dir.3-databaseanderp.html">Database &amp; ERP                        <option value="/reference/dir.4-desktopapps.html">Desktop Apps                        <option value="/reference/dir.5-desktoppubanddesign.html">Graphic Design                        <option value="/reference/dir.6-generalinternet.html">General Internet                        <option value="/reference/dir.7-hardwareandos.html">Hardware &amp; OS                        <option value="/reference/dir.8-ibmredbooks.html">IBM RedBooks                        <option value="/reference/dir.9-networktelcom.html">Network &amp; Telecom						<option value="/reference/dir.10-websoftwaredev.html">Web &amp; Software Dev						<option value="/reference/dir.11-careers.html">Careers                        <option value="">-----------                        <option value="/reference/whatsnew.html">New Arrivals                        </SELECT>						</font>			</td>			</tr></table></form>	<!-- LEFT NAV SEARCH END --><table border="0" cellspacing="0" cellpadding="0">	<tr>		<td><a href="/desktop/"><img src="/images/desktop_icona.gif" border=0 alt="Go to ITKnowledge Academic"></a><br><br></td>	</tr></table>		<!-- BEGIN TEXT LINKS --><!-- END TEXT LINKS --><!-- END LEFT NAVBAR --><!-- END LEFT NAVBAR -->		<td width="15"><img src="/images/dotclear.gif" width="15" alt="" border="0"></td><!-- end of ITK left NAV --><!-- begin main content -->		<td width="100%" valign="top" align="left">		<br><!-- END SUB HEADER --><!-- Created by dB Page Builder.  http://www.pchelponline.com/bluestem -->

<!--Begin Content Column -->

<TABLE border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=75 valign=top>
<img src="/images/sm_covers/1562438425.gif" width=60 height=73 alt="Mastering Java Threads" border="1">
</td>
<td align="left">
    <font face="arial, helvetica" size="-1" color="#336633"><b>Mastering Java Threads</b></font>
    <br>
    <font face="arial, helvetica" size="-1"><i>by Marc Adler and David Herst</i>
    <br>
    DDC Publishing, Inc.
    <br>
    <b>ISBN:</b>&nbsp;1562438425<b>&nbsp;&nbsp;&nbsp;Pub Date:</b>&nbsp;05/01/99</font>&nbsp;&nbsp;<A HREF="http://www.digitalguru.com/dgstore/product.asp?isbn=1562438425&ac%5Fid=28" TARGET="anotherwindows"><img src="/images/buyit.gif" width=64 height=23 hspace="5" align="middle" alt="Buy It" border="0"></a>
</td>
</tr>
</table>
<P>
<form name="advanced" method="POST" action="http://ewsearch.earthweb.com:80/jsp/k2search/ewintrak2search_p2.jsp" onSubmit=" return checkForQuery(this); ">
<INPUT type="hidden" name="collection" value="corpitk_p2">
<INPUT type="hidden" name="altcoll" value="allbooks_p2">
<INPUT type="hidden" name="hl" value="on">
<INPUT name="sortspec" type=hidden value="score desc">
<INPUT name="fields" type=hidden value="vdkvgwkey score vstitle vsisbn vsauthor vspublisher vspubdate">
<INPUT name="imageprefix" type=hidden value="http://academic.itknowledge.com">
<INPUT name="ssiFolder" type=hidden value="itkaca">
<INPUT name="topics" type=hidden value="itk_academic">
<INPUT type="hidden" name="bookid" value="t_1562438425">

<font face="arial, helvetica" size=2><b>Search this book:</b></font><br>
<INPUT NAME="query" size=25 VALUE="">&nbsp;<input type="image" width=28 height=23 border=0 value="Go" name="Go" src="/images/go.gif" align=absmiddle>

</form>


<!-- Empty Reference Subhead -->

<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="ewtoc.html">Previous</A></TD>
<TD><A HREF="ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="ch01/01-01.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<H2><A NAME="Heading1"></A><FONT COLOR="#000077">Course Description</FONT></H2>
<P>Welcome to <I>Mastering Java Threads</I>, a part of DDC Publishing&#146;s <I>Mastering Java</I> series. This intermediate-level two-day Java course is designed to teach all thread facilities present in the Java JDK while discussing common thread patterns and strategies to avoid race conditions and deadlocks. This course illustrates the topics covered with extensive code examples and lab work (hands-on exercises).</P>
<P>This course justifies the need for threads in Java, illustrates many common situations where threads are helpful, and allows students to become comfortable with programming multithreaded Java applications.</P>
<P>This course illustrates common thread patterns with code examples. It also shows the tradeoffs of different design choices. <I>Mastering Java Threads</I> is intended for any programmer developing applications in Java.</P>
<H3><A NAME="Heading2"></A><FONT COLOR="#000077">Prerequisites</FONT></H3>
<DL>
<DD><B>&#149;</B>&nbsp;&nbsp;DDC Publishing&#146;s <I>Mastering Java</I> (5-day course)
<DD><B>&#149;</B>&nbsp;&nbsp;Familiarity with the basic Java language and a rudimentary understanding of threads is helpful. An introduction to threads is included to fill the knowledge gaps of those not intimately familiar with the topic.
</DL>
<H3><A NAME="Heading3"></A><FONT COLOR="#000077">Course Objectives</FONT></H3>
<P>Upon completing this course, you will understand the following elements and characteristics of Java thread programming, via lecture material and hands-on exercises:
</P>
<DL>
<DD><B>&#149;</B>&nbsp;&nbsp;Single threaded applications
<DD><B>&#149;</B>&nbsp;&nbsp;Threads and thread data space
<DD><B>&#149;</B>&nbsp;&nbsp;Concurrent execution
<DD><B>&#149;</B>&nbsp;&nbsp;Thread attributes
<DD><B>&#149;</B>&nbsp;&nbsp;The Run method
<DD><B>&#149;</B>&nbsp;&nbsp;The Thread class in C
<DD><B>&#149;</B>&nbsp;&nbsp;Runnable, Not Runnable, Dead, and isAlive() states
<DD><B>&#149;</B>&nbsp;&nbsp;Daemon threads
<DD><B>&#149;</B>&nbsp;&nbsp;Priority values
<DD><B>&#149;</B>&nbsp;&nbsp;The Scheduler
<DD><B>&#149;</B>&nbsp;&nbsp;Time slicing
<DD><B>&#149;</B>&nbsp;&nbsp;Starvation
<DD><B>&#149;</B>&nbsp;&nbsp;ThreadGroups
<DD><B>&#149;</B>&nbsp;&nbsp;ThreadGroup Naming
<DD><B>&#149;</B>&nbsp;&nbsp;Enumerating Threads within a ThreadGroup
<DD><B>&#149;</B>&nbsp;&nbsp;Operating on an Entire Group of Threads
<DD><B>&#149;</B>&nbsp;&nbsp;Limiting Priorities
<DD><B>&#149;</B>&nbsp;&nbsp;Java security and the checkAccess( ) method
<DD><B>&#149;</B>&nbsp;&nbsp;Synchronization
<DD><B>&#149;</B>&nbsp;&nbsp;Monitors
<DD><B>&#149;</B>&nbsp;&nbsp;The scope of a lock
<DD><B>&#149;</B>&nbsp;&nbsp;Object and class locks
<DD><B>&#149;</B>&nbsp;&nbsp;Synchronized blocks
<DD><B>&#149;</B>&nbsp;&nbsp;Synchronized blocks vs methods
<DD><B>&#149;</B>&nbsp;&nbsp;The Wait() and Notify() methods
<DD><B>&#149;</B>&nbsp;&nbsp;Deadlock
</DL>
<H3><A NAME="Heading4"></A><FONT COLOR="#000077">Other Java Courses from DDC Publishing</FONT></H3>
<DL>
<DD><B>&#149;</B>&nbsp;&nbsp;<I>Mastering Java</I> (5-day introduction)
<DD><B>&#149;</B>&nbsp;&nbsp;<I>Transitioning C<SMALL>&#43;&#43;</SMALL> to Java</I>
<DD><B>&#149;</B>&nbsp;&nbsp;<I>Mastering Java JDBC</I>
<DD><B>&#149;</B>&nbsp;&nbsp;<I>Mastering Java Network Programming</I>
<DD><B>&#149;</B>&nbsp;&nbsp;<I>Mastering Java JDK 1.1</I>
</DL>
<H3><A NAME="Heading5"></A><FONT COLOR="#000077">Legend</FONT></H3>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="15%" VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-01i.jpg"></TD>
<TD WIDTH="20%" VALIGN="TOP" ALIGN="LEFT"><B>Definition</B></TD>
<TD WIDTH="65%" VALIGN="TOP" ALIGN="LEFT">A definition or clarification of a new term.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-02i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Example</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">An illustration of the subject matter being reviewed.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-03i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Java Note</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">Java-specific information or tips driven by the core learning objectives of the course.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-04i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>NetQuote</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">Quote by a famous or significant individual regarding the history or any other characteristic of the Internet. NetQuotes are sometimes enlightening or entertaining, but always provide perspective to the subject matter being reviewed.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-05i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>NetResult</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">In exercises, the result of specific actions taken. Most exercises have multiple NetResults.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-06i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Note</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">Supplemental, but important, information regarding the subject matter being reviewed.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-07i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Scenario</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">Typically preceding an exercise, Scenarios are examples that &#147;set the stage&#148; or provide a real-world context in which to analyze the subject matter being reviewed.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-08i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>TechTip</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">Technical supplement to the core course. TechTips are intended to expand your knowledge beyond the primary goals of this course.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-09i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>TriviaTip</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">Trivial information regarding the Internet. Similar to NetQuotes, TriviaTips lend substance, perspective, and background.</TD>
</TR>
<TR>
<TD VALIGN="TOP" ALIGN="LEFT"><IMG SRC="images/in-10i.jpg"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Warning</B></TD>
<TD VALIGN="TOP" ALIGN="LEFT">Important&#151;sometimes critical&#151;information; unlike TriviaTips or NetQuotes, Warnings are <I>not</I> supplemental, but pertain directly to the subject matter being reviewed.</TD>
</TR>
</TABLE>
<P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="ewtoc.html">Previous</A></TD>
<TD><A HREF="ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="ch01/01-01.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>

<hr width="90%" size="1" noshade><div align="center"><font face="Verdana,sans-serif" size="1">Copyright &copy; <a href="/reference/ddc00001.html">DDC Publishing</a></font></div>
<!-- all of the reference materials (books) have the footer and subfoot reveresed --><!-- reference_subfoot = footer --><!-- reference_footer = subfoot --><!-- BEGIN SUB FOOTER -->	<br>	<img src="/images/dotclear.gif" width="5" height="7" border="0">	</TD>    </TR>	</TABLE>		<table width="100%" border="0" cellspacing="0" cellpadding="0">	<tr>		<td align="left" width="160"><img src="/images/bot_curve.jpg" width="160" alt="" border="0"></td>		<td align="left" valign="top" nowrap><a href="/"><img src="/images/top_tabs/home_bot.gif" alt="home" border="0"></a><!-- <a href="/content/corp.html"><img src="/images/top_tabs/subscribe_bot.gif" alt="Subscribe" border="0"></a> --><a href="/search/"><img src="/images/top_tabs/search_bot.gif" alt="search" border="0"></a><a href="/faq/faq.html"><img src="/images/top_tabs/faq_bot.gif" alt="faq" border="0"></a><a href="/sitemap.html"><img src="/images/top_tabs/sitemap_bot.gif" alt="sitemap" border="0"></a><a href="/contactus.html"><img src="/images/top_tabs/contact_us_bot.gif" alt="contactus" border="0"></a><img src="/images/dotclear.gif" width=260 height="1" alt="" border="0"></td> 	</tr></table>	<table width="100%" bgcolor="#003366" border=0 cellpadding=0 cellspacing=0>		<tr>		<td align="left" width=145><img src="/images/dotclear.gif" width=145 height="1" alt="" border="0"></td>				<!-- END SUB FOOTER -->
<!-- all of the books have the footer and subfoot reveresed --><!-- reference_subfoot = footer --><!-- reference_footer = subfoot --><!-- FOOTER -->			<td align="left" bgcolor="#003366"><table border="0" cellspacing="10" cellpadding="5"><tr><td align="center"><font face="arial, helvetica" size="1" color="#cccccc"><b><a href="/products.html"><font color="#0099CC">Products</font></a>&nbsp;|&nbsp;<a href="/contactus.html"><font color="#0099CC">Contact Us</font></a>&nbsp;|&nbsp;<a href="http://www.earthweb.com/dlink.corp|about_us-jhtml.72.0.-.0.jhtml" target="resource window"><font color="#0099CC">About Us</font></a>&nbsp;|&nbsp;<a href="http://www.earthweb.com/dlink.corp|privacy-jhtml.72.0.-.-.jhtml" target="resource window"><font color="#0099CC">Privacy</font></a>&nbsp;|&nbsp;<a href="http://www.itmarketer.com/" target="resource window"><font color="#0099CC">Ad Info</font></a>&nbsp;|&nbsp;<!--<a href="/consortia/"><font color="#0099CC">Consortia</font></a>&nbsp;|&nbsp;--><a href="/"><font color="#0099CC">Home</font></a></b><br><br>Use of this site is subject to certain <a href="/agreement.html"><font color="#0099CC">Terms &amp; Conditions</font></a>, <a href="/copyright.html"><font color="#0099CC">Copyright &copy; 1996-2000 EarthWeb Inc.</font></a> All rights reserved.  Reproduction in whole or in part in any form or medium without express written <a href="http://www.earthweb.com/dlink.corp|permissions-jhtml.72.0.-.-.jhtml" target="resource window"><font color="#0099CC">permission</font></a> of EarthWeb is prohibited. Read EarthWeb's <A HREF="http://www.earthweb.com/dlink.corp|privacy-jhtml.72.0.-.-.jhtml" target="resource window"><font color="#0099CC">privacy</font></A> statement.</font><br><br></td></tr></table><a href="AITK1a2b3c4d5e6f7g8h9idefcon4.html"><img src="/images/dotclear.gif" border="0" height="1" width="1" align="left"></a></td>		</tr></table><!--DoubleClick Ad BEGIN--><SCRIPT LANGUAGE="JavaScript"><!--document.write('<layer src="http://ad.doubleclick.net/adl/academic.itknowledge.com/homepage;cat=homepage;cat=enterprise;cat=education;cat=it_training;ord=' + ord + '" width="468" height="60" visibility="hide" onload="moveToAbsolute(ph1.pageX, ph1.pageY); visibility=\'show\';" clip="468,60"></layer>');document.write('<LAYER SRC="http://ad.doubleclick.net/adl/itkaca.earthweb.dart/b_aca_soft_dev;a=b_aca_soft_dev4;sz=160x60;ord=' + ord + '" width=160 height=60 visibility="hidden" onLoad="moveToAbsolute(layer1.pageX,layer1.pageY);clip.height=60;clip.width=160; visibility=\'show\';"></LAYER>');//--></SCRIPT> <!--DoubleClick Ad END--></BODY></HTML><!-- END FOOTER -->

⌨️ 快捷键说明

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