24,95 €
24,95 €
inkl. MwSt.
Sofort per Download lieferbar
payback
12 °P sammeln
24,95 €
24,95 €
inkl. MwSt.
Sofort per Download lieferbar

Alle Infos zum eBook verschenken
payback
12 °P sammeln
Als Download kaufen
24,95 €
inkl. MwSt.
Sofort per Download lieferbar
payback
12 °P sammeln
Jetzt verschenken
24,95 €
inkl. MwSt.
Sofort per Download lieferbar

Alle Infos zum eBook verschenken
payback
12 °P sammeln
  • Format: PDF

Java 5.0, code-named &quote;Tiger&quote;, promises to be the most significant new version of Java since the introduction of the language. With over a hundred substantial changes to the core language, as well as numerous library and API additions, developers have a variety of new features, facilities, and techniques available.But with so many changes, where do you start? You could read through the lengthy, often boring language specification; you could wait for the latest 500 page tome on concepts and theory; you could even play around with the new JDK, hoping you figure things out--or you can…mehr

  • Geräte: PC
  • mit Kopierschutz
  • eBook Hilfe
  • Größe: 2.21MB
  • FamilySharing(5)
Produktbeschreibung
Java 5.0, code-named "e;Tiger"e;, promises to be the most significant new version of Java since the introduction of the language. With over a hundred substantial changes to the core language, as well as numerous library and API additions, developers have a variety of new features, facilities, and techniques available.But with so many changes, where do you start? You could read through the lengthy, often boring language specification; you could wait for the latest 500 page tome on concepts and theory; you could even play around with the new JDK, hoping you figure things out--or you can get straight to work with Java 5.0 Tiger: A Developer's Notebook.This no-nonsense, down-and-dirty guide by bestselling Java authors Brett McLaughlin and David Flanagan skips all the boring prose and lecture, and jumps right into Tiger. You'll have a handle on the important new features of the language by the end of the first chapter, and be neck-deep in code before you hit the halfway point. Using the task-oriented format of this new series, you'll get complete practical coverage of generics, learn how boxing and unboxing affects your type conversions, understand the power of varargs, learn how to write enumerated types and annotations, master Java's new formatting methods and the for/in loop, and even get a grip on concurrency in the JVM.Light on theory and long on practical application, Java 5.0 Tiger: A Developer's Notebook allows you to cut to the chase, getting straight to work with Tiger's new features. The new Developer's Notebooks series from O'Reilly covers important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing--you'll get the goods straight from the masters, in an informal and code-intensive style that suits developers. If you've been curious about Tiger, but haven't known where to start, this no-fluff, lab-style guide is the solution.

Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.

Autorenporträt
Brett McLaughlin is a bestselling and award-winning non-fiction author. His books on computer programming, home theater, and analysis and design have sold in excess of 100,000 copies. He has been writing, editing, and producing technical books for nearly a decade, and is as comfortable in front of a word processor as he is behind a guitar, chasing his two sons and his daughter around the house, or laughing at reruns of Arrested Development with his wife. Brett spends most of his time these days on cognitive theory, codifying and expanding on the learning principles that shaped the Head First series into a bestselling phenomenon. He's curious about how humans best learn, why Star Wars was so formulaic and still so successful, and is adamant that a good video game is the most effective learning paradigm we have. David Flanagan is a computer programmer who spends most of his time writing about JavaScript and Java. His books with O'Reilly include Java in a Nutshell, Java Examples in a Nutshell, Java Foundation Classes in a Nutshell, JavaScript: The Definitive Guide, and JavaScript Pocket Reference. David has a degree in computer science and engineering from the Massachusetts Institute of Technology. He lives with his wife and children in the U.S. Pacific Northwest bewteen the cities of Seattle, Washington and Vancouver, British Columbia. David has a blog at www.davidflanagan.com.
Rezensionen
"Java 1.5 Tiger" is impressively concise. Not having time to digest a 1000-page book, I like that style very much. For my students the advantages are different: first, the lower price, second, a friendlier look & feel as compared to the typical books that are of encyclopaedic size. The seemingly handwritten notes and the typewriter-style font fit the practical hands-on style very well. No sophisticated theoretical explanations, but code examples and a description what happens there and what to look for.

Despite its briefness, the text covers pretty well what I'd like to see.

May I suggest, however, to add a brief comparision of the novel features of Java 1.5 to those of C++ and C#? The chapter on generics is not too easy to follow, especially in the discussion of type conversions involving generics. For most of my students, the chapter on threading would be too tough. But, yes, whereas this chapter may be for experts only, it is important: a good reason to leave it at the end of the book.

In total, I found the book very refreshing to read and will recommend it to students who have to update their Java knowledge."

Prof. Dr. Loviscach, Januar 2005, Hochschule Bremen, University of Applied Sciences, Fachbereich Elektrotechnik und Informatik Rezension Java 1.5 Tiger, O'Reilly, 2004 (Frank Grimm, fgr@zlug.org, 24.10.04)

"Java 1.5 Tiger - A Developer's Notebook" beschreibt die neueste Version von Sun's Java-Plattform (bei Technikern als Java 1.5, Codename Tiger, bekann, vom Sun Marketing als Java 5 verkaut). Zur Vorgängerversion von Java sind sehr viele grundlegende Änderungen in die neue Java-Version eingeflossen. So kennt Java zum Beispiel neue Programmierkonzepte wie Generics, Enumerations

(Auszählungsklassen), Ellipsen (variable Anzahl von Funktionsparametern, varargs), Schleifen und neue Threading-Funktionalität. Das Buch beschreibt diese neuen Eigenschaften von Java in 10 Kapiteln. Jedes Kapitel erläutert kurz, wozu das jeweils neue Programmierkonzept gut ist, um dann in sehr praktischen und anschaulichen Beispielen, zu erklären, wie man mit ihnen umgeht. Die Probleme, die zur Veranschaulichung verwendet werden, sind aus dem Programmieralltag entnommen und wohl jedem Java-Programmierer bekannt. In den Beispielen wird ein neues Konzept (fast immer) dem bisherigen Vorgehen gegenübergestellt und beschrieben, wie das bisherige Problem mit Java 1.5-Methoden besser zu lösen ist. Java-Programmierer können sofort erkennen, wie sie bisherige Stolpersteine mit dem neuen Java besser meistern können.

Das Buch beschreibt sehr anschaulich, wie Java 1.5 dem Programmierer hilft, alltägliche Probleme kompfortabler zu lösen als mit vergangenen Java-Versionen. Da alle wichtigen Neuerungen in Java besprochen werden, kann natürlich nicht jedes neue Konzept grundlegend erklärt werden, deshalb wird jeweils kurz beschrieben, wozu die neuen Konzepte dienen und welche bisherigen Probleme mit älteren Java-Versionen sie versuchen zu beseitigen. Oft werden Referenzen auf andere Java-Bücher gegeben, die ein Konzept im Detail erläutern.

Da Buch ist deshalb für Java-Programmierer zu empfehlen, die sich schnell und mit Hilfe von Beispielen aus dem wahren Leben, einen Überblick über die Neuerungen und Änderungen in Java 1.5 schaffen wollen. Es ist kein Einsteigerbuch und lohnt sich nur, wenn man bereits gundlegende Java-Kenntnisse hat. Die Sprache im Buch ist kurz, knapp und präzise, so dass sich allzeit gestresste Entwickler in kürzester Zeit einen sehr praxisnahenÜberblick beschaffen können.
…mehr