Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gwens committed Mar 24, 2017
0 parents commit dc04a2a
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 0 deletions.
Binary file added 502.pdf
Binary file not shown.
Binary file added 504.pdf
Binary file not shown.
Binary file added 564.zip
Binary file not shown.
90 changes: 90 additions & 0 deletions 916.html
@@ -0,0 +1,90 @@



<img src="/img/c.gif" width="1" height="10"><br>

<font face="verdana, sans-serif" size="2">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>The Sun Certified Java Developer Exam with J2SE 1.4</TITLE>
<META NAME="Generator" CONTENT="TextPad 4.4">
<META NAME="Author" CONTENT="Mehran Habibi">
<META NAME="Keywords" CONTENT="J2SE 1.4, SCJD, JAVA, Mehran Habibi">
<META NAME="Description" CONTENT="Errata for the The Sun Certified Java Developer Exam with J2SE 1.4">
</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#800000" ALINK="#FF00FF" BACKGROUND="?">
<TABLE ALIGN="left" BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
<TR ALIGN="left" VALIGN="middle">
<TH WIDTH="30%">Location</TH>
<TH>Description</TH>
<TR ALIGN="left" VALIGN="middle">
<TD>Chapter 3, p.66, figure 3-3</TD>
<TD>An error in the supplied source code with DVD.setYear(String year).
The method of parsing the date string causes an off-by-1 error in the month:
calendar.set(y,m,d) uses 0 based month numbers.</TD>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD>Chapter 3, p.74, first paragraph, first sentence</TD>
<TD>"The collection method" should be replaced with "The find method"</TD>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD>Chapter 4, p.116, first paragraph, first sentence</TD>
<TD>says "at line three". It's more clear to say "Before line 3"</TD>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD>Chapter 5, p.152, fourth paragraph, third sentence</TD>
<TD>should be 60,000 milliseconds, not 600,000</TD>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD>Chapter 6, p.203, last paragraph</TD>
<TD>refers to a Delete button, which does not exist</TD>
</TR><TR ALIGN="left" VALIGN="middle">
<TD>Chapter 6, p.236, second paragraph, first sentence</TD>
<TD>This should read "The number columns is always equal to the number of header titles.."</TD>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD>Chapter 7, p.270, fig 7-1</TD>
<TD>Should include ShortBuffer</TD>
</TR><TR ALIGN="left" VALIGN="middle">
<TD>Chapter 7, p.270, last paragraph</TD>
<TD>There are seven buffer types, and they include CharBuffer</TD>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD>Chapter 7, p.273, table 7-4, method description for Buffer.flip</TD>
<TD>should read "removes mark", not "removes marks". Mark is singular, and the sentence is misleading as it standing.</TD>
</TR>

<TR ALIGN="left" VALIGN="middle">
<TD>The download source's 2.0 version' sampleproject.sockets.DVDResult Constructor</TD>
<TD>source should say this.dvd = aDvd, not this.dvd=dvd</TD>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD>Chapter 4, page 112</TD>
<TD>The sentence reads "It can either go on to competition,". It should be "It can either go on to completion,".</TD>
</TR>
<TR ALIGN="left" VALIGN="middle">
<TD>In chapter 4, page 101, listing 4-3, line 12. The method <b>should</b> be static, but is not</TD>
<TD>should read "removes mark", not "removes marks". Mark is singular, and the sentence is misleading as it standing.</TD>
</TR>
<TR width=0>
<TD><B><I>Special thanks to</I></B></TD>
<TD>
<UL>
<LI>Georg Krauss</LI>
<LI>Sunli Huang</LI>
<LI>Jake Kranz</LI>
<LI>Edward Sandoval</LI>
</UL>
For providing this incredibility valuable feedback.
-M Habibi
</TD>
</TR>
</TABLE>

</BODY>
</HTML>
</font>

8 changes: 8 additions & 0 deletions 95.html
@@ -0,0 +1,8 @@
Chapter 1: Introduction
Chapter 2: Professional Programming Structure<br />
Chapter 3: Evaluating a Project<br />
Chapter 4: Threads and Concurrent Programming<br />
Chapter 5: Networking with Sockets and RMI<br />
Chapter 6: The GUI<br />
Chapter 7: Nio<br />
Chapter 8: Postmortem<br />
Binary file added 9781590590300.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,27 @@
Freeware License, some rights reserved

Copyright (c) 2002 Jeremy Patterson, Mehran Habibi, and Terry Camerlengo

Permission is hereby granted, free of charge, to anyone obtaining a copy
of this software and associated documentation files (the "Software"),
to work with the Software within the limits of freeware distribution and fair use.
This includes the rights to use, copy, and modify the Software for personal use.
Users are also allowed and encouraged to submit corrections and modifications
to the Software for the benefit of other users.

It is not allowed to reuse, modify, or redistribute the Software for
commercial use in any way, or for a user�s educational materials such as books
or blog articles without prior permission from the copyright holder.

The above copyright notice and this permission notice need to be included
in all copies or substantial portions of the software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS OR APRESS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
#Apress Source Code

This repository accompanies [*The Sun Certified Java Developer Exam with J2SE 1.4*](http://www.apress.com/9781590590300) by Jeremy Patterson, Mehran Habibi, and Terry Camerlengo (Apress, 2002).

[comment]: #cover
![Cover image](9781590590300.jpg)

Download the files as a zip using the green button, or clone the repository to your machine using Git.

##Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

##Contributions

See the file Contributing.md for more information on how you can contribute to this repository.
14 changes: 14 additions & 0 deletions contributing.md
@@ -0,0 +1,14 @@
# Contributing to Apress Source Code

Copyright for Apress source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers.

## How to Contribute

1. Make sure you have a GitHub account.
2. Fork the repository for the relevant book.
3. Create a new branch on which to make your change, e.g.
`git checkout -b my_code_contribution`
4. Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted.
5. Submit a pull request.

Thank you for your contribution!

0 comments on commit dc04a2a

Please sign in to comment.