Showing posts with label JAVA 2. Show all posts
Showing posts with label JAVA 2. Show all posts

Saturday, 16 March 2013

Core Java 2: Volume I - Fundamentals 6th Edition


Appropriate for intermediate to advanced courses in Java programming. Cay Horstmann has thoroughly updated his legendary Core Java to reflect Java 2, Standard Edition, Version 1.4. The book's new coverage includes these and many other significant enhancements: regular expressions; the high-performance New I/O API; chained exceptions, logging, and other techniques for building more reliable code; and the Preference Class, Java's new cross-platform repository for configuration information. Horstmann presents state-of-the-art discussions of object-oriented Java development, reflection and proxies, updated coverage of Swing user interface development, definitive introductions to inner classes and the Java event model, thorough explanations of stream I/O and object serialization, and much more. This edition contains new review questions and practice exercises, along with even more of the robust, real-world programs previous editions are famous for-all fully updated to reflect the latest JDK features and improvements.

Download free pdf Core Java 2: Volume I - Fundamentals 6th Edition

button-download.gif (200�58)

Thursday, 14 March 2013

Java 2 - The Complete reference 5th edition



The Most Comprehensive and Definitive Guide to Java!

Let Herb Schildt, the world's leading programming author, shows you everything you need to develop, compile, debug, and run Java applications and applets. This definitive guide contains complete details on the Java language, its class libraries, and its development environment along with hundreds of examples and expert techniques. Fully updated to cover the latest features of Java 2, v1.4, including the new I/O API, regular expressions, chained exceptions, the assert keyword, and upgrades to Java's networking classes and the Collections Framework, this comprehensive reference is a must-have for every Java programmer. And, everything is explained in the clear, uncompromising style that has made Herb Schildt the choice of millions worldwide.

* Master the entire Java language and its core libraries
* Build portable applets and applications
* Fully utilize the Abstract Windows Toolkit (AWT)
* Use layout managers effectively
* Supercharge your programs using multithreading
* Leverage the power of the Collections Framework
* Apply Java's networking and imaging classes
* Migrate code from C++ to Java
* Explore servlets, Swing, and JavaBeans
* Learn about Java's newest features--including the new I/O and regular expression APIs, the assert keyword, and chained exceptions

Download free pdf Java 2 - The Complete reference 5th edition

button-download.gif (200�58)

Java Persistence with Hibernate by Bauer & Gavin




Java Persistence with Hibernate is considerably more than simply a second edition to Hibernate in Action. It provides a comprehensive overview of all the capabilities of the Java Persistence API in addition to those of Hibernate 3, as well as a detailed comparative analysis of the two. It describes how Hibernate has been used to implement the Java Persistence standard, and how to leverage the Hibernate extensions to Java Persistence.

-- From the Forward by LINDA DEMICHIEL Specification Lead, Enterprise JavaBeans 3.0 and Java Persistence Sun Microsystems

Persistence, the ability of data to outlive an instance of a program, is central to modern applications. Hibernate, the most popular Java persistence tool, provides automatic and transparent object/relational mapping so it's a snap to work with SQL databases in Java applications. Hibernate conforms to the new EJB 3.0 and Java Persistence 1.0 standards.

Java Persistence with Hibernate explores Hibernate by developing an application that ties together hundreds of individual examples. You'll immediately dig into the rich programming model of Hibernate 3.2 and Java Persistence, working through queries, fetching strategies, caching, transactions, conversations, and more. You'll also appreciate the well-illustrated discussion of best practices in database design, object/relational mapping, and optimization techniques.
Download free pdf Java Persistence with Hibernate by Bauer & Gavin
button-download.gif (200�58)

Head First Java 2nd ed. by Kathy Sierra and Bates



It has taken four years, but with Head First Java the introductory Java book category has finally come of age. This is an excellent book, far more capable than any of the scores of Java-for-novices books that have come before it. Kathy Sierra and Bert Bates deserve rich kudos--and big sales--for developing this book's new way of teaching the Java programming language, because any reader with even a little bit of discipline will come away with true understanding of how the language works. Perhaps best of all, this is no protracted "Hello, World" introductory guide. Readers get substantial exposure to object-oriented design and implementation, serialization, neatwork programming, threads, and Remote Method Invocation (RMI).

Key to the authors' teaching style are carefully designed graphics. Rather than explain class inheritance (to cite one example) primarily with text, the authors use a series of tree diagrams that clarify the mechanism far more succinctly. The diagrams are carefully annotated with arrows and notes. Also characteristic of the unique teaching strategy is heavy reliance on exercises, in which the reader is asked to complete partial classes, write whole new code segments and do design work. Though there's little discussion of why the exercises' correct answers are what they are, it's clear that the practice work was carefully designed to reinforce the lesson at hand. If you've waited this long to give Java a try, this book is a great choice. --David Wall

Topics covered: The Java programming language for people with no Java experience, and even people with no programming experience at all. Key concepts read like a list of Java features: Object oriented design, variable type and scope, object properties and methods, inheritance and polymorphism, exceptions, graphical user interfaces (GUIs), network connectivity, Java archives (JAR files), and Remote Method Invocation (RMI).
Download Free pdf  Head First Java 2nd ed. by Kathy Sierra and Bates

button-download.gif (200�58)

Core Java 2: Volume II - Advanced Features 5th Edition



An indispensable companion to the best-selling Core Java 2, Vol. I--Fundamentals (0-13-089468-0), Core Java 2, Volume II: Advanced Features is now available in a revised and expanded fifth edition. It delivers the same real-world guidance you need to solve even the most challenging programming problems and offers an all-new chapter on XML and Java, plus thoroughly revamped coverage of many advanced features�from collections to native methods, security to Swing.

Cay Horstmann identifies the problems experienced Java platform developers encounter most often, and delivers insightful, expert-level guidance for addressing them-together with even more of the robust, sample code that have made Core Java an international bestseller for five straight years. You'll gain new insights into networking, remote objects, JDBC API, internationalization, and a whole lot more.

For experienced programmers, Core Java 2, Volume 2: Advanced Features provides the answers that they need to take full advantage of the power of Java technology and to get the job done as efficiently as possible.

State-of-the-art information for advanced Java technology development, including:

* Thoroughly updated coverage of multithreading, collections, and networking.

* Completely revised coverage of remote objects.

* Detailed new chapter on XML and Java.

* Sophisticated new techniques for utilizing JavaBeans(tm) component architecture.

* Advanced GUI-building techniques leveraging both Swing and AWT.

Download Free pdf Core Java 2: Volume II - Advanced Features 5th Edition

button-download.gif (200�58)

Java: How to Program 9e by Deitel


The Deitels� groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers  to confirm that programs run as expected. Java How to Program (Early Objects) 9e contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine.This edition covers both Java SE7 and SE6.

Download free pdf Java: How to Program 9e by Deitel

button-download.gif (200�58)

Core Java 2: Volume II - Advanced Features 7th Edition



Completely revised and up-to-date coverage of

* Multithreading including the java.util.concurrent library, locks, condition objects, futures, thread pools, thread-safe collections, threads and Swing

* Collection classes collections framework, concrete collections, and generic utility methods

* Annotations and metadata using annotations to automate programming tasks, JDK� 5.0 standard annotations, the apt tool for source-level annotation processing, and bytecode engineering

* Advanced Swing and AWT lists, trees, tables, and other advanced components; image processing and printing

* JavaBeans� including property editors, customizers, and long-term persistence

* XML DOM and SAX parsers, XPath, and XSL transformations

The seventh edition of Core Java� 2, Volume II, covers advanced user-interface programming and the enterprise features of the Java 2 Platform, Standard Edition (J2SE�). Like Volume I (which covers the most important language and library features), this book has been completely updated and revised for J2SE 5.0. All of the sample programs have been updated and carefully crafted to illustrate practical solutions to the type of real-world problems professional developers encounter.

Download free pdf Core Java 2: Volume II - Advanced Features 7th Edition

button-download.gif (200�58)

Sun Certified Programmer for Java 5 (SCJP) by Kathy Sierra


Get the book that shows you not only what to study, but how to study. The only classroom-based integrated study system for professional certification gives you complete coverage of all objectives for the Sun Certified Programmer for Java 5 exam, hundreds of practice exam questions, and hands-on exercises

Download free pdf Sun Certified Programmer for Java 5 (SCJP) by Kathy Sierra
button-download.gif (200�58)