e99 Online Shopping Mall
Help | |
Home - Computer - Java (Books) |
  | 1-20 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
1. Head First Java, 2nd Edition by Kathy Sierra, Bert Bates | |
Paperback: 688
Pages
(2005-02-09)
list price: US$44.95 -- used & new: US$25.00 (price subject to change: see help) Asin: 0596009208 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The fact is your brain craves novelty. It's constantly searching, scanning, waiting for something unusual to happen. After all, that's the way it was built to help you stay alive. It takes all the routine, ordinary, dull stuff and filters it to the background so it won't interfere with your brain's real work--recording things that matter. How does your brain know what matters? It's like the creators of the Head First approach say, suppose you're out for a hike and a tiger jumps in front of you, what happens in your brain? Neurons fire. Emotions crank up. Chemicals surge. That's how your brain knows. And that's how your brain will learn Java. Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and its effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java.You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI.And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform.Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required.So learning the Head First way is more important than ever. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. You'll see why people say it's unlike any other Java book you've ever read. By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain--complex information.Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you. 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). Customer Reviews (275)
Not my cup of tea...
Good book
More a Java Programming Class than a Reference Book
Not useful
Head First Java |
2. Effective Java (2nd Edition) by Joshua Bloch | |
Paperback: 384
Pages
(2008-05-28)
list price: US$54.99 -- used & new: US$38.88 (price subject to change: see help) Asin: 0321356683 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Are you looking for a deeper understanding of the Java™ programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java™, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day. This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing. Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Highlights include: Simply put, Effective Java™, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs. Customer Reviews (48)
Kindle Version
Excellent
What??? You haven't read this?
good transaction
Java craftmanship vs java correctness |
3. Sams Teach Yourself Java in 24 Hours (5th Edition) by Rogers Cadenhead | |
Paperback: 432
Pages
(2009-11-04)
list price: US$34.99 -- used & new: US$23.30 (price subject to change: see help) Asin: 0672330768 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Sams Teach Yourself Java™ in 24 Hours Rogers Cadenhead Fifth Edition Covers Java 6 Includes Interactive Online Learning Lab Now in Full Color In just 24 lessons of one hour or less, you can learn how to create Java applications with the free NetBeans visual editing tools. Using a straightforward, step-by-step approach, popular author Rogers Cadenhead helps you master the skills and technology you need to create desktop and web programs, web services, and even a browser game in Java. Each lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success. Full-color figures and clear step-by-step instructions visually show you how to program with Java. Quizzes and Exercises at the end of each chapter help you test your knowledge. Notes, Tips, and Cautions provide related information, advice, and warnings. Learn how to… Rogers Cadenhead is a writer, computer programmer, and web developer who has written 21 books on Java and Internet-related topics, including Sams Teach Yourself Java 6 in 21 Days. He maintains the Drudge Retort and several other popular websites that receive more than seven million visits a year. Free Access to Online Learning Lab Register your book at informit.com/register for free, exclusive access to the Online Learning Lab to supplement this book’s lessons: Category: Programming Covers: Java 6 Standard Edition (SE) User Level: Beginning—Intermediate Customer Reviews (20)
A bit too discombobulated stuff for a beginner
Best book for beginners
Lesson 21, Reading & Writing XML data
Introductory JAVA - Self-Help Study
Helped me get through college Java course! |
4. Java Concurrency in Practice by Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea | |
Paperback: 384
Pages
(2006-05-19)
list price: US$59.99 -- used & new: US$33.78 (price subject to change: see help) Asin: 0321349601 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description "I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book." "For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems." "This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover." "Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance." "This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it." "I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today." "I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book." "Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere." Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them. However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant. This book covers: Customer Reviews (70)
Absolutely esential
Highly Applicable for Fast Improvements
Great book!Highly recommended.
Good for beginners, but a drag otherwise
Great book! |
5. Beginning Programming with Java For Dummies by Barry Burd | |
Paperback: 408
Pages
(2010-10-26)
list price: US$29.99 -- used & new: US$19.79 (price subject to change: see help) Asin: 0470371749 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description One of the most popular beginning programming books, now fully updated Java is a popular language for beginning programmers, and earlier editions of this fun and friendly guide have helped thousands get started. Now fully revised to cover recent updates for Java 7.0, Beginning Programming with Java For Dummies, 3rd Edition is certain to put more first-time programmers and Java beginners on the road to Java mastery.* Beginning Programming with Java For Dummies, 3rd Edition offers an easy-to-understand introduction to programming through the popular, versatile Java 7.0 language. Customer Reviews (40)
Wonderful Book
Take it with a Grain of Salt
Get Down to Business!
Excellent, but too late
Good Intro to Programming Concepts - Poor Intro to Java |
6. Core Java(TM), Volume I--Fundamentals (8th Edition) by Cay S. Horstmann, Gary Cornell | |
Paperback: 864
Pages
(2007-09-21)
list price: US$59.99 -- used & new: US$34.00 (price subject to change: see help) Asin: 0132354764 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This revised edition of the classic Core Java™, Volume I–Fundamentals, is the definitive guide to Java for serious programmers who want to put Java to work on real projects. Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs have been carefully crafted to be easy to understand as well as useful in practice, so you can rely on them as an outstanding starting point for your own code. Volume I is designed to quickly bring you up to speed on what’s new in Java SE 6 and to help you make the transition as efficiently as possible, whether you’re upgrading from an earlier version of Java or migrating from another language. The authors concentrate on the fundamental concepts of the Java language, along with the basics of user-interface programming. You’ll find detailed, insightful coverage of For detailed coverage of XML processing, networking, databases, internationalization, security, advanced AWT/Swing, and other advanced features, look for the forthcoming eighth edition of Core Java™, Volume II—Advanced Features (ISBN: 978-0-13-235479-0). Customer Reviews (22)
Excellent and comprehensive Java book
jenia
Excited for book, then disappointed
comprehensive but misguided
Great explanation of Java Programming |
7. Java All-in-One For Dummies by Doug Lowe | |
Paperback: 888
Pages
(2010-10-05)
list price: US$39.99 -- used & new: US$26.39 (price subject to change: see help) Asin: 0470371722 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Eight handy minibooks cover just what programmers need to get going with Java 7 With the newest release of Java, Sun has added more robust functionality to the multimedia power of this platform-independent programming language. Like its bestselling previous editions, Java All-in-One For Dummies, 3rd Edition has what programmers need to get up and running quickly with the new version. Covering the enhanced multimedia features as well as programming improvements, this guide makes it easy to find what you want and put it to use. Rather than trying to cover every aspect of this massive topic, Java All-in-One For Dummies, 3rd Edition focuses on the practical information you need to become productive with Java 7 right away. Customer Reviews (12)
Great book for windows based users only!
Java Examples and Explanations
Not for Dummies
Pretty Good Introduction
BrainSponge |
8. Introduction to Java Programming, Comprehensive (8th Edition) by Y. Daniel Liang | |
Paperback: 1368
Pages
(2010-01-13)
list price: US$123.00 -- used & new: US$91.50 (price subject to change: see help) Asin: 0132130807 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Introduction to Java Programming, Comprehensive, 8e, features comprehensive coverage ideal for a one-, two-, or three-semester CS1 course sequence. Regardless of major, students will be able to grasp concepts of problem-solving and programming — thanks to Liang’s fundamentals-first approach, students learn critical problem solving skills and core constructs before object-oriented programming. Liang’s approach has been extended to application-rich programming examples, which go beyond the traditional math-based problems found in most texts. Students are introduced to topics like control statements, methods, and arrays before learning to create classes. Later chapters introduce advanced topics including graphical user interface, exception handling, I/O, and data structures. Small, simple examples demonstrate concepts and techniques while longer examples are presented in case studies with overall discussions and thorough line-by-line explanations. Increased data structures chapters make the Eighth Edition ideal for a full course on data structures. Customer Reviews (37)
A great learning tool
Excellent and thorough
good beginner guide but some displaced topic
Very good java book
Very Serious Seller |
9. SCJP Sun Certified Programmer for Java 6 Exam 310-065 by Katherine Sierra, Bert Bates | |
Hardcover: 851
Pages
(2008-06-24)
list price: US$49.99 -- used & new: US$26.53 (price subject to change: see help) Asin: 0071591060 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The Best Fully Integrated Study System Available--Written by the Lead Developers of Exam 310-065 With hundreds of practice questions and hands-on exercises, SCJP Sun Certified Programmer for Java 6 Study Guide covers what you need to know--and shows you how to prepare--for this challenging exam. Covers all SCJP exam topics, including: Declarations and Access Control · Object Orientation · Assignments · Operators · Flow Control, Exceptions, and Assertions · Strings, I/O, Formatting, and Parsing · Generics and Collections · Inner Classes · Threads · Development CD-ROM includes: Bonus downloadable MasterExam practice test with free online registration. Customer Reviews (70)
Excellent Book
This is the One Stop Shop book..No Look further
Helped me to prepare for SCJP
The CD is a joke!
Fails Selt Test answers |
10. Java In A Nutshell, 5th Edition by David Flanagan | |
Paperback: 1264
Pages
(2005-03-15)
list price: US$44.95 -- used & new: US$27.00 (price subject to change: see help) Asin: 0596007736 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description With more than 700,000 copies sold to date, Java in a Nutshell from O'Reilly is clearly the favorite resource amongst the legion of developers and programmers using Java technology. And now, with the release of the 5.0 version of Java, O'Reilly has given the book that defined the "in a Nutshell" category another impressive tune-up. In this latest revision, readers will find Java in a Nutshell, 5th Edition, does more than just cover the extensive changes implicit in 5.0, the newest version of Java. It's undergone a complete makeover--in scope, size, and type of coverage--in order to more closely meet the needs of the modern Java programmer. To wit, Java in a Nutshell, 5th Edition now places less emphasis on coming to Java from C and C++, and adds more discussion on tools and frameworks. It also offers new code examples to illustrate the working of APIs, and, of course, extensive coverage of Java 5.0. But faithful readers take comfort: it still hasn't lost any of its core elements that made it such a classic to begin with. This handy reference gets right to the heart of the program with an accelerated introduction to the Java programming language and its key APIs--ideal for developers wishing to start writing code right away. And, as was the case in previous editions, Java in a Nutshell, 5th Edition is once again chock-full of poignant tips, techniques, examples, and practical advice. For as long as Java has existed, Java in a Nutshell has helped developers maximize the capabilities of the program's newest versions. And this latest edition is no different. Customer Reviews (32)
Big but not bloated
Perfect for C++ programmers transitioning to Java
in a nutshell - meh
this Nutshell has become a Bomb Shelter
Excellent reference, but could lose the last 2/3 of the book |
11. Java For Dummies by Barry Burd | |
Paperback: 384
Pages
(2006-12-11)
list price: US$29.99 -- used & new: US$16.40 (price subject to change: see help) Asin: 0470087161 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Get an overview of Java 6 and begin building your own programs Even if you're new to Java programming—or to programming in general—you can get up and running on this wildly popular language in a hurry. This book makes it easy! From how to install and run Java to understanding classes and objects and juggling values with arrays and collections, you will get up to speed on the new features of Java 6 in no time. Discover how to All on the bonus CD-ROM System Requirements: For details and complete system requirements, see the CD-ROM appendix. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file. Customer Reviews (11)
so far so good
Bought but unused
A good desk reference
If you've never programmed....
Java forDummies 4 ed. |
12. Thinking in Java (4th Edition) by Bruce Eckel | ||||
Paperback: 1150
Pages
(2006-02-20)
list price: US$69.99 -- used & new: US$34.48 (price subject to change: see help) Asin: 0131872486 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | ||||
Editorial Review Product Description Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time. Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4. The most prominent feature of the book is its diligent and extremely thorough treatment of the Java language, with special attention to object design. (For instance, 10 pages of sample code show all of the available operators.) Some of the best thinking about objects is in this book, including when to use composition over inheritance. The esoteric details of Java in regard to defining classes are thoroughly laid out. (The material on interfaces, inner classes, and designing for reuse will please any expert.) Each section also has sample exercises that let you try out and expand your Java knowledge. Besides getting the reader to "think in objects," Thinking in Java also covers other APIs in Java 2. Excellent sections include an in-depth tour of Java's collection and stream classes, and enterprise-level APIs like servlets, JSPs, EJBs, and RMI. Weighing in at over 1,000 pages, any reader who is serious about learning Java inside and out will want to take a look at this superior resource on some of the latest and most advanced thinking in object design. --Richard Dragan Topics covered: Customer Reviews (306)
A hard look at the core for the hard-core
Confusing to say the least
Great book
Inclusive but not fun
Boring is an understatement. |
13. Java Web Services: Up and Running by Martin Kalin | |
Paperback: 320
Pages
(2009-02-12)
list price: US$34.99 -- used & new: US$21.40 (price subject to change: see help) Asin: 059652112X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This example-driven book offers a thorough introduction to Java's APIs for XML Web Services (JAX-WS) and RESTful Web Services (JAX-RS). Ideal for students as well as experienced programmers, Java Web Services: Up and Running is the concise guide you need to start working with these technologies right away. Customer Reviews (16)
Excellent book on Jax-ws.
Good book, good examples but it all requires prior knowledge
If you want correct details, Don't Waste Your Money!
Very good book
A Java WS book written by a C/C++ veteran? |
14. Core Java, Vol. 2: Advanced Features, 8th Edition by Cay S. Horstmann, Gary Cornell | |
Paperback: 1056
Pages
(2008-04-18)
list price: US$59.99 -- used & new: US$33.78 (price subject to change: see help) Asin: 0132354799 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The revised edition of the classic Core Java™, Volume II–Advanced Features, covers advanced user-interface programming and the enterprise features of the Java SE 6 platform. Like Volume I (which covers the core language and library features), this volume has been updated for Java SE 6 and new coverage is highlighted throughout. All sample programs have been carefully crafted to illustrate the latest programming techniques, displaying best-practices solutions to the types of real-world problems professional developers encounter. Volume II includes new sections on the StAX API, JDBC 4, compiler API, scripting framework, splash screen and tray APIs, and many other Java SE 6 enhancements. In this book, the authors focus on the more advanced features of the Java language, including complete coverage of For thorough coverage of Java fundamentals–including interfaces and inner classes, GUI programming with Swing, exception handling, generics, collections, and concurrency–look for the eighth edition of Core Java™, Volume I–Fundamentals (ISBN: 978-0-13-235476-9). Customer Reviews (6)
Excellent handbook
At least, get this one
Kindle edition not a good buy
Best Java book out there
Outstanding programming resource, and a massive one. |
15. Java Generics and Collections by Maurice Naftalin Maurice, Philip Wadler | |
Paperback: 288
Pages
(2006-10-17)
list price: US$34.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 0596527756 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This comprehensive guide shows you how to master the most important changes to Java since it was first released.Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6.But they have also confused many developers who haven't known how to take advantage of these new features. Java Generics and Collections covers everything from the most basic uses of generics to the strangest corner cases.It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it. Topics covered include: Generics and the new collection libraries they inspired take Java to a new level.If you want to take your software development practice to a new level, this book is essential reading. Philip Wadler is Professor of Theoretical Computer Science at the University of Edinburgh, where his research focuses on the design of programming languages.He is a co-designer of GJ, work that became the basis for generics in Sun's Java 5.0. Maurice Naftalin is Technical Director at Morningside Light Ltd., a software consultancy in the United Kingdom.He has most recently served as an architect and mentor at NSB Retail Systems plc, and as the leader of the client development team of a major UK government social service system. "A brilliant exposition of generics. By far the best book on the topic, it provides a crystal clear tutorial that starts with the basics and ends leaving the reader with a deep understanding of both the use and design of generics." Customer Reviews (24)
Not worth the price of purchase
Concise and useful.
Some good information
Complete and precise in contents, somewhat confusing in presentation
Explains the inexplicable |
16. Murach's Java SE 6: Training & Reference by Joel Murach, Andrea Steelman | |
Paperback: 832
Pages
(2007-04-20)
list price: US$52.50 -- used & new: US$33.08 (price subject to change: see help) Asin: 1890774421 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (27)
Good reference book.
Strong Book for someone new to Java - Might need more though
Get up to speed fast if you're new to Java...or coming back to it
Great book. Gets you up to speed quickly.
Not so fast here... |
17. Java How to Program: Early Objects Version (8th Edition) by Harvey M. Deitel, Paul J. Deitel | |
Paperback: 1560
Pages
(2009-03-27)
list price: US$123.00 -- used & new: US$84.00 (price subject to change: see help) Asin: 0136053068 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (16)
Very Clear and Thorough Book
If you're not familiar with object-oriented programming, start somewhere else
Poor update over 7th edtion.Ripping off students.
False Description
Best Strategy to learn programming |
18. Java: A Beginner's Guide, 4th Ed. by Herbert Schildt | |
Paperback: 696
Pages
(2006-12-01)
list price: US$39.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 0072263849 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Essential Skills--Made Easy! Let master programmer and bestselling author Herbert Schildt teach you the fundamentals of Java programming. Updated for the newest version of Java (Java SE 6), this step-by-step guide will have you programming in Java right from the start. Herb begins by explaining why Java is the preeminent programming language of the Internet, how it relates to object-oriented programming (OOP), and the general form of a Java program. Then it's on to data types, operators, control statements, classes, objects, and methods. Next, you'll learn about inheritance, exception handling, the I/O system, and multithreading. More advanced topics such as generics, interfaces, applets, and enumerations are also covered. The book ends with an introduction to Swing, Java's powerful GUI toolkit. Start programming in Java today with help from this fast-paced, hands-on tutorial. Customer Reviews (10)
Not the Greatest Kindle Implementation...
Generally a capable instruction book
good reference
excellent sequencing
Fantastic Book! |
19. Java The Complete Reference, Seventh Edition (Osborne Complete Reference Series) by Herbert Schildt | |
Paperback: 1024
Pages
(2006-12-01)
list price: US$49.99 -- used & new: US$26.00 (price subject to change: see help) Asin: 0072263857 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The world's leading programming author offers comprehensive coverage of the new Java release The definitive guide to Java has been fully expanded to cover every aspect of Java SE 6, the latest version of the worldAnd#39;s most popular Web programming language. This comprehensive resource contains everything you need to develop, compile, debug, and run Java applications and applets. Customer Reviews (16)
ok
Good and will recommend
OK Reference Book
Best book for learning Java
Decent Beginner Book, Hardly a Complete Reference |
20. Learning Java by Patrick Niemeyer, Jonathan Knudsen | |
Paperback: 984
Pages
(2005-05-20)
list price: US$44.95 -- used & new: US$23.46 (price subject to change: see help) Asin: 0596008732 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Version 5.0 of the Java 2 Standard Edition SDK is the most important upgrade since Java first appeared a decade ago. With Java 5.0, you'll not only find substantial changes in the platform, but to the language itself-something that developers of Java took five years to complete. The main goal of Java 5.0 is to make it easier for you to develop safe, powerful code, but none of these improvements makes Java any easier to learn, even if you've programmed with Java for years. And that means our bestselling hands-on tutorial takes on even greater significance. Learning Java starts at the beginning with a "hello world"-style program that demonstrates using Sun's Java tools. Throughout, the book introduces features using examples--all thoroughly discussed and explained in as straightforward and jargon-free a manner as practicable. A tricky aspect of Java is the way classes are related, so it's neat to see a whole chapter devoted to the subject early on. Even more opaque is the explicit use of threads. Again, this topic is made accessible in this text, especially with its discussion of thread synchronization. Basic graphics, video handling, and other media in Java are discussed, followed by Beans and the builder environment--but stopping short of JavaBeans. The book finishes with a section on applets, the Java plug-in, and digital signatures. Overall, however, the reader gets no feeling of working toward a goal, and perhaps this would have been a better book if a project had been its theme. Another odd decision in the mix here was to ignore the several--some free--Java IDEs generally used to program Java. (The book makes a point of saying it hasn't discussed them but doesn't explain. Even beginners find Java more accessible in a programming environment.) Still, Learning Java, which uses Java 2 v1.3, does a competent job of introducing the language to beginners. As with most O'Reilly books, it's authoritative, lucid, and well edited. Though this book may fail to inspire in the reader the presumed enthusiasm for Java felt by the authors, you won't go wrong with this one, and its coverage of object-oriented programming issues is particularly good. --Steve Patient, Amazon.co.uk Customer Reviews (68)
Great Book - Not for Begginers
Review of "Learning Java" as a backup textbook
THE book to buy!
Green programmer likes this book...
Waaaaaaay too fast.... |
  | 1-20 of 100 | Next 20 |