Free Downloads
Java: The Complete Reference, Ninth Edition

The Definitive Java Programming Guide Fully updated for Java SE 8, Java: The Complete Reference, Ninth Edition explains how to develop, compile, debug, and run Java programs. Bestselling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles, as well as significant portions of the Java API library. JavaBeans, servlets, applets, and Swing are examined and real-world examples demonstrate Java in action. New Java SE 8 features such as lambda expressions, the stream library, and the default interface method are discussed in detail. This Oracle Press resource also offers a solid introduction to JavaFX. Coverage includes: Data types, variables, arrays, and operators Control statements Classes, objects, and methods Method overloading and overriding Inheritance Interfaces and packages Exception handling Multithreaded programming Enumerations, autoboxing, and annotations The I/O classes Generics Lambda expressions String handling The Collections Framework Networking Event handling AWT and Swing The Concurrent API The Stream API Regular expressions JavaFX JavaBeans Applets and servlets Much, much more

Series: The Complete Reference

Paperback: 1312 pages

Publisher: McGraw-Hill Education; 9 edition (April 1, 2014)

Language: English

ISBN-10: 0071808558

ISBN-13: 978-0071808552

Product Dimensions: 1.8 x 7.8 x 9.2 inches

Shipping Weight: 4.1 pounds (View shipping rates and policies)

Average Customer Review: 4.4 out of 5 stars  See all reviews (241 customer reviews)

Best Sellers Rank: #12,354 in Books (See Top 100 in Books) #2 in Books > Computers & Technology > Programming > Languages & Tools > Java > Reference #37 in Books > Computers & Technology > Programming > Web Programming #50 in Books > Textbooks > Computer Science > Programming Languages

The first impression after reading this book for one day -- it is definitely not a complete reference. Many important points are covered too shallow.For example, while discussing Properties, the author mentions that this API is sort of obsolete, but he doesn't mention Preferences. In fact, Preferences are not mentioned at all (at least I couldn't find it in the Index). Another example -- StringTokenizer class, for which the author dedicates two pages, but doesn't mention how it is different from String.split, e.g. from the performance point of view. There are javadocs for ArrayList, but it doesn't say how it grows and when it shrinks. I was unable to find some of the important contracts, e.g. what has the higher priority for a TreeSet -- Comparator's 0, or element's equals returning false? Those are rather trivial questions, naturally appearing while reading the book, but unfortunately you'll have to google for it. The author provides virtually no hints about the implementation of the library and the language, which I believe is essential for understanding most of the design decisions. This is absolutely unacceptable for a reference book.There are two other annoying things:1. The book is full of Javadocs, I would say 1/3 of the book is Oracle javadocs, which I personally find rather useless. It looks like something completely artificial, added just to extend this (already enormous) volume.2. The book is very thick, while the binding and cover are very soft and unsubstantial. It had some signs of wear already after one day of reading! If you use this book regularly as a reference, it will wear out very soon.Having said that, I must mention that some of the topics are covered well, concise and right to the point.

A little background:Started programming as a child on my family's Mac IIGS. I enjoyed freaking my mom out when I would make the computer count forever via an infinate loop.I self taught myself to program on my TI 83 in middle school, html and adobe photoshop in highschool, css in college, Perl for bioinformatics perposes.Skip to now... realizing that somewhere along the line I forgot about my love to program soI self taught myself begginers C++ using TheNewBoston's Youtube tutorial videos.To sum it all up, I've a sporadic programming background... but nothing substantial in terms of profession/life goals..Until this book.This book teaches at the perfect speed, and provides examples in a logical "here is the newbie way that works... but here is a better way...and yet here is an even BETTER way!". So you learn in a very easy step by step way.Treat this book as you would any math book, and work out EVERY SINGLE example, as well as try to work out what the console output would look like in your head or on paper and check it against the System.out provided (in the text)And then, after a few chapters, go back and try to do the 'Try This' programs and retake the quizes to keep the info fresh, and see where your streths and weeknesses lie.Other notes:I use JavaFX (IntelliJ IDEA) because I plan to eventually make a GUI program.I believe having a beginners knowledge in c++ has made me understand Java on a deeper level than those without. And this background has enabled me to learn Java faster and more efficiently.

Some reviewers have said this book is too big to read through. I'll put that to the test. This book is BIG but written very nicely. It is a reference book, yes, but can be read through comfortably. It is clear and succinct without embellishment. There are plenty of examples throughout each section to apply the outlined knowledge. I especially like how some sections include the *why* of the way things are. It helps with understanding. I am an experienced programmer coming from many other object-oriented languages and wanted a way to learn Java without the fluff. This book is perfect in that respect. It is in no way a novice guide to programming. If you are not familiar--at least conceptually--and experienced with OOP/OOD (among other things), come back later for this massive text. Otherwise, it's worth the splurge at ~$45 for nearly 1300 pages. It is well-organized and written with great clarity.TOC (At a Glance):__ Part I The Java Language __1. The History and Evolution of Java 32. An Overview of Java 173. Data Types, Variables, and Arrays 354. Operators 615. Control Statements 816. Introducing Classes 1097. A Closer Look at Methods and Classes 1298. Inheritance 1619. Packages and Interfaces 18710. Exception Handling 21311. Multithreaded Programming 23312. Enumerations, Autoboxing, and Annotations (Metadata) 26313. I/O, Applets, and Other Topics 30114. Generics 33715. Lambda Expressions 381__ Part II The Java Library __16. String Handling 41317. Exploring java.lang 44118. java.util Part 1: The Collections Framework 49719. java.util Part 2: More Utility Classes 57920. Input/Output: Exploring java.io 64121. Exploring NIO 68922.

JAVA: Quick and Easy JAVA Programming for Beginners (Java, java programming, java for dummies, java ee, java swing, java android, java mobile java apps) JAVA: The Ultimate Guide to Learn Java Programming Fast (Programming, Java, Database, Java for dummies, coding books, java programming) (HTML, Javascript, ... Developers, Coding, CSS, PHP Book 1) JAVA: Easy Java Programming for Beginners, Your Step-By-Step Guide to Learning Java Programming (Java Series) Java: The Ultimate Guide to Learn Java and C++ (Programming, Java, Database, Java for dummies, coding books, C programming, c plus plus, programming for ... Developers, Coding, CSS, PHP Book 2) Java: The Complete Reference, Ninth Edition Javascript: Beginner to Expert with Javascript Programming (Javascript, Javascript Programming, Javascript for Beginners, Java, Java Programming, Java for Beginners,) JAVA: JAVA 100 Tests, Answers & Explanations, Pass Final Exam, Pass Job Interview Exam, Pass Engineer Certification Exam, Examination, Learn JAVA programming in easy steps: A Beginner's Guide Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly)) Java Beginners Reference: Quick Reference Programming: Computer Programming for Beginners: Learn the Basics of Java, SQL & C++ - 3. Edition (Coding, C Programming, Java Programming, SQL Programming, JavaScript, Python, PHP) The Java EE Architect's Handbook, Second Edition: How to be a successful application architect for Java EE applications Java in 21 Days, Sams Teach Yourself (Covering Java 8) (7th Edition) UNIX: The Complete Reference, Second Edition (Complete Reference Series) SOA with Java: Realizing Service-Orientation with Java Technologies (The Prentice Hall Service Technology Series from Thomas Erl) App Development: Swift Programming : Java Programming: Learn In A Day! (Mobile Apps, App Development, Swift, Java) Programming with Java IDL: Developing Web Applications with Java and CORBA Java Internationalization (Java Series) Data Structures in Java: From Abstract Data Types to the Java Collections Framework Functional Programming in Java: Harnessing the Power Of Java 8 Lambda Expressions JAVA: A Beginner to Expert Guide to Learning the Basics of Java Programming (Computer Science Series)