<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>java-ebooks.com &#187; &#187; eBooks</title>
	<atom:link href="http://www.java-ebooks.com/category/ebooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-ebooks.com</link>
	<description></description>
	<pubDate>Wed, 27 Aug 2008 16:49:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Effective Java Programming Language Guide</title>
		<link>http://www.java-ebooks.com/ebooks/effective-java-programming-language-guide/</link>
		<comments>http://www.java-ebooks.com/ebooks/effective-java-programming-language-guide/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 05:54:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[eBooks]]></category>

		<guid isPermaLink="false">http://www.java-ebooks.com/uncategorized/effective-java-programming-language-guide/</guid>
		<description><![CDATA[Effective Java Programming Language Guide


	            
                          Written for the working Java developer, Joshua Bloch&#8217;s  Effective Java Programming Language [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/dp/B000OZ0N5I/?tag=forelangstud-20"><b>Effective Java Programming Language Guide</b></a></p>
<p><a href="http://www.amazon.com/dp/B000OZ0N5I/?tag=forelangstud-20"><br />
<img  src="http://ecx.images-amazon.com/images/I/51nZPdHmyPL._SL75_.jpg" style="float:left; margin-top:0px; margin-bottom:0px; padding: 1m 2em;" ><br />
	            </a><br />
                          Written for the working Java developer, Joshua Bloch&#8217;s  <i>Effective Java Programming Language Guide</i> provides a truly  useful set of over 50 best practices and tips for writing better Java  code. With plenty of advice from an indisputable expert in the field,  this title is sure to be an indispensable resource for anyone who wants  to get more out of their code.
<p>As a veteran developer at Sun, the  author shares his considerable insight into the design choices made  over the years in Sun&#8217;s own Java libraries (which the author  acknowledges haven&#8217;t always been perfect). Based on his experience  working with Sun&#8217;s best minds, the author provides a compilation of 57  tips for better Java code organized by category. Many of these ideas  will let you write more robust classes that better cooperate with  built-in Java APIs. Many of the tips make use of software patterns and  demonstrate an up-to-the-minute sense of what works best in today&#8217;s  design. Each tip is clearly introduced and explained with code snippets  used to demonstrate each programming principle.
<p>Early sections on  creating and destroying objects show you ways to make better use of  resources, including how to avoid duplicate objects. Next comes an  absolutely indispensable guide to implementing &#8220;required&#8221; methods for  custom classes. This material will help you write new classes that  cooperate with old ones (with advice on implementing essential  requirements like the <i>equals()</i> and <i>hashCode()</i>  methods).
<p>The author has a lot to say about class design, whether  using inheritance or composition. Tips on designing methods show you  how to create understandable, maintainable, and robust classes that can  be easily reused by others on your team. Sections on mapping C code  (like structures, unions, and enumerated types) onto Java will help C  programmers bring their existing skills to Sun&#8217;s new language. Later  sections delve into some general programming tips, like using  exceptions effectively. The book closes with advice on using threads  and synchronization techniques, plus some worthwhile advice on object  serialization.
<p>Whatever your level of Java knowledge, this title can  make you a more effective programmer. Wisely written, yet never pompous  or doctrinaire, the author has succeeded in packaging some really  valuable nuggets of advice into a concise and very accessible guidebook  that arguably deserves a place on most any developer&#8217;s bookshelf.  <i>&#8211;Richard Dragan</i>
<p> <b>Topics covered:</b>
<ul>
<li>Best practices and tips for Java
<li>Creating and destroying objects (static factory methods,  singletons, avoiding duplicate objects and finalizers)
<li>Required methods for custom classes (overriding <i>equals()</i>,  <i>hashCode()</i>, <i>toString()</i>, <i>clone()</i>, and  <i>compareTo()</i> properly)
<li>Hints for class and interface design (minimizing class and member  accessibility, immutability, composition versus inheritance, interfaces  versus abstract classes, preventing subclassing, static versus  nonstatic classes)
<li>C constructs in Java (structures, unions, enumerated types, and  function pointers in Java)
<li>Tips for designing methods (parameter validation, defensive copies,  method signatures, method overloading, zero-length arrays, hints for  Javadoc comments)
<li>General programming advice (local variable scope, using Java API  libraries, avoiding <i>float</i> and <i>double</i> for exact  comparisons, when to avoid strings, string concatenation, interfaces  and reflection, avoid native methods, optimizing hints, naming  conventions)
<li>Programming with exceptions (checked versus run-time exceptions,  standard exceptions, documenting exceptions, failure-capture  information, failure atomicity)
<li>Threading and multitasking (synchronization and scheduling hints,  thread safety, avoiding thread groups)
<li>Serialization (when to implement <i>Serializable</i>, the  <i>readObject()</i>, and <i>readResolve()</i> methods) </ul>
</p>
<p>	  <a href="http://www.amazon.com/dp/B000OZ0N5I/?tag=forelangstud-20">Buy/More Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.java-ebooks.com/ebooks/effective-java-programming-language-guide/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
