TOP 10 Must-Read Java Programming Books

xiaoxiao2021-03-06  41

http://java.about.com/od/advancedjava/tp/mustreadjava.htm

From Kevin Taylor, Your Guide To Focus on Java.Free Gift with newsletter! Act now!

A List of the Most Important Java Programming Books Ever Published. Theese Books Are Must-Reads for Every Professional Java Programmer, No Matter Their Specialty or Experience Level.

1) Thinking in Java

Author: Bruce Eckel Eckel packs this book with humor, practical examples, and programming insights This book is a comprehensive introduction to the Java language and its core APIs Although the book is geared toward beginning programmers it covers many topics that experienced programmers would... Benefit from, especially the coverage on Object-Oriented Programming.

2) Java in a nutshell

Author:.. David Flanagan This book is the classic primer on Java for experienced programmers It begins with a terse, quick, reference to the the Java programming language It then covers the most important Java API classes in-depth The book contains a.. Plethora of Useful Code Snippets Illustrating Strings, Collectes, I / O, ETC.

3) Effective Java Programming Language Guide

Author: Joshua Bloch After you have written a few Java programs, you will be ready for this book It covers intermediate and advanced Java programming concepts such as the best ways to create and destroy objects, effectively overriding equals () and hashcode ().. CHECKED VERSUS Unchecked Exceptions, ETC. This May Be The Best Java Book Ever Written.

Read Review

4) Java EXAMPLES in a nutshell

Author: David Flanagan The second book on the list by Flanagan, this one picks up where Java in a Nutshell leaves off It provides short, concise examples of using Java's API classes If you want to learn how to create a Swing GUI application... , EXECUTE A JDBC Query, ENCRYPT A CREDIT CARD Number, Parse An XML Document, Etc. The Answer IS in this Book. Browsing The Many Included Examples IS A Great Way To Explore The Java Api.Read Review

5) Swing, Second Edition

Authors: Pavel Vorobiev, Matthew Robinson Swing is the primary GUI widget toolkit for Java applications This book is the bible on Swing, being both a tutorial and a reference for advanced Swing developers This is not an introductory book on Swing Even if.... You Mainly Write Server-Side Code, The MVC, User Interface Design, And Event Handling Coverage In this book make it it is beam.

6) Java Servlet Programming, 2nd Edition

Author:. Jason Hunter This is the classic tome on writing Java Web applications using Servlets, JSP, and JDBC The author has included working code examples for just about all the common Web application tasks such as processing form inputs, receiving uploaded files, communicating. With a catabase, ETC.

7) Enterprise JavaBeans

Author:. Richard Monson-Haefel Although J2EE encompasses much more than just Enterprise JavaBeans (EJB), EJB is the main force behind the J2EE specification This book will concisely reveal everything you need to know about all the different flavors of EJB Whether or.. Not You Plan to Use EJB, You NEED TO Understand This Important Technology.

8) EXPERT One-ON-One J2EE Development WITHOUT EJB

Authors:. Rod Johnson, Juergen Hoeller This is the definitive book on J2EE development without EJB Using popular, lightweight, frameworks and object-relational mapping tools, the authors illustrate how enterprise applications are often better off without the complexities of EJB.9). Concurrency: State Models & Java Programs

Authors:. Jeff Magee, Jeff Kramer Multithreaded programming is an advanced topic, but Java allows any programmer to spawn threads This book provides a solid grounding in the theory and practice of modeling and implementing concurrent programs..

10) Concurrent Programming in Java

Author: Doug Lea After you understand the syntax of implementing threads, read this advanced text to learn how to do it correctly and efficiently in Java The book takes an in-depth look at concurrency and parallel programming The working programmer can walk away... From Reading this Book with a higher-level concurrency library in his Tool Belt (The Java.concurrency Package That Lea Wrote and That Was Included in JDK 5.0).

转载请注明原文地址:https://www.9cbs.com/read-78451.html

New Post(0)