Möchten Sie verkaufen? Hier verkaufen
The Java Tutorial. Object- Oriented Programming for the Internet (Java (Addison-Wesley))
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

The Java Tutorial. Object- Oriented Programming for the Internet (Java (Addison-Wesley)) [Englisch] [Taschenbuch]

Mary Campione , Kathy Walrath
3.4 von 5 Sternen  Alle Rezensionen anzeigen (25 Kundenrezensionen)

Erhältlich bei diesen Anbietern.


Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Taschenbuch --  
Dieses Buch gibt es in einer neuen Auflage:
The Java Tutorial: A Short Course on the Basics The Java Tutorial: A Short Course on the Basics
Melden Sie sich an, um per E-Mail benachrichtigt zu werden, wenn dieser Artikel verfügbar ist.

Hinweise und Aktionen

  • Studienbücher: Ob neu oder gebraucht, alle wichtigen Bücher für Ihr Studium finden Sie im großen Studium Special. Natürlich portofrei.


Produktinformation

  • Taschenbuch: 964 Seiten
  • Verlag: Addison-Wesley Longman, Amsterdam; Auflage: 2. A. (März 1998)
  • Sprache: Englisch
  • ISBN-10: 0201310074
  • ISBN-13: 978-0201310078
  • Größe und/oder Gewicht: 23 x 18,8 x 4,8 cm
  • Durchschnittliche Kundenbewertung: 3.4 von 5 Sternen  Alle Rezensionen anzeigen (25 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 1.143.129 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über die Autoren

Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Produktbeschreibungen

Amazon.com

Some of the best sources for learning Java are online. The Java Tutorial, Second Edition is an updated compilation of online resources from the JavaSoft Web site, edited for clarity. This guide gives you the advantage of having all you need to learn Java in one book (and includes a CD-ROM).

The authors organize the book's sections around lessons and "trails" (which correspond to online tutorials). Beginners will find the sections on running simple Java applications and applets and on the nuts and bolts of the Java programming language especially useful. However, there is plenty of expertise here for the Java expert. (Because this is all "official" JavaSoft material, it gives excellent perspective on the ideal use of Java--100 percent pure programming that runs on all hardware platforms.) For example, the sections on using the JavaStream classes present some hard-to-find material on memory streams and pipes.

Additional topics discuss how to get around the basics of creating user interfaces with AWT classes (though this is less useful because most programmers will use a Java compiler that handles the details of inner classes and adapters for them). Chapters on graphics programming benefit both beginners and experts and include a great explanation of image filters and animation techniques.

Some of the niftiest stuff in The Java Tutorial is presented in the sections on network programming in Java, with a clear explanation of reading and writing to URLs and working with sockets. (These capabilities are all built in to Java, and this tutorial shows you how to execute them.) The book finishes up with a discussion of new features in JDK 1.2--still under development--and with the printed source code for all the examples in the book. This book makes a good argument that print still has its advantages. You'd spend hours digging up the relevant tutorials online. --Richard V. Dragan

Kurzbeschreibung

Third Edition now available! Follow your own path to expertise with this self-guided tour of the JavaaA A programming language. Written by two members of the JavaSoft team at Sun Microsystems, the book employs a hands-on interactive approach to teaching Java basics, object-oriented concepts, applet programming, and everything else you need to know to become a proficient Java programmer. Through a task-oriented, example-driven approach, The JavaaA A Tutorial introduces you to fundamental concepts and applications. Designed so that you can customize your own path through the specific information you need, the book explains the nuts and bolts of the language, applet construction, and the fundamental Java classes. You will also learn about more advanced topics such as creating a graphical user interface (GUI), using multiple threads, and working with Java's networking capabilities. This Second Edition has been extensively updated to cover API changes in Java 1.1 regarding UI, networking, and I/O, and to include the latest Java language developments.New and updated material includes: *receiving broadcasts using a multicast socket *new I/O features, including character streams and object serialization *the latest developments in applet tags *using the 1. 1 AWT event system *new language features, such as nested classes *tips for writing 100% Pure Java programs *updating 1.0 programs to use the 1.1 API In addition, the Second Edition has been revised and reorganized to offer a stronger and more cohesive presentation, making this best-selling and award-winning book even better. The Tutorial now starts with a new lesson that introduces you to the Java phenomenon and provides a foundation for understanding the rest of the book. The accompanying CD-ROM contains the Tutorial and all its code samples, versions of the Java Development KitaA A (JDK) and the JDK documentation for each major platform, and the HotJavaaA A Browser.On the CD, the HTML version of the book is browser-friendly and contains information not found in the printed text, such as draft lessons on internationalizing Java programs, calling non-Java libraries from Java programs, using the security API, developing JavaBeansaA A components, and using the GUI components in the Swing/JFC package. 0201310074B04062001

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Die hilfreichsten Kundenrezensionen
Format:Taschenbuch
The authors' tendency to skip to other sections of the book (web link style) is extremely annoying, but other than than that I found the explanations in each section helpful. I am using the extensive examples at the end to refresh for the Java Certification and find them helpful in conjunction with the chapter text. Used along with other source material it is a good introduction to the Java language.
War diese Rezension für Sie hilfreich?
Just one more thought. 31. Januar 2000
Format:Taschenbuch
Just read the reviews and found it surprizing that this book is either 5 stars or 1 star. To that I would say this: If you need a reference to Java then buy a reference such as "The Java Class Libraries" otherwise remember that this is a tutorial for Java (an object oriented language). Perhaps that's why there are so many references to other parts in the book. Inheritance references other things all the time. Keep working at this book, and it will open up to you.
War diese Rezension für Sie hilfreich?
Format:Taschenbuch
As a student in college, I had a very good English professor. He taught us the ins-and-outs of technical report writing. Apparently, Campione and Walrath went to the same school as he did. They teach the ins-and-outs of Java, and they do so in a very clear, complete, and consice manner. If you intend on writting Java pgms. take my advise, buy the book!
War diese Rezension für Sie hilfreich?
Die neuesten Kundenrezensionen
Good Java overview for experienced programmers
This is a good intro tutorial for experienced programmers familiar with Object-oriented programming(OOP), but people not familiar with an OOP language like C++ will find the... Lesen Sie weiter...
Veröffentlicht am 3. Januar 2000 von "ranger_fox"
Not a good Java book
I used this book to try to figure out gridbags. Oh my were they complicated! I spent a day trying to figure it out, but the text and examples simply further confused me. Lesen Sie weiter...
Am 20. November 1999 veröffentlicht
It is NOT a good tutorial book
This book overly abused cross-references. The first paragraph may refer you to the third paragraph and the second paragraph may refer you to the first paragragh. Lesen Sie weiter...
Am 3. September 1999 veröffentlicht
it provides elegant examples.
Thought not good as a quick tutorial, the examples that a little bit hard to read turn out be elegant and practicle. Lesen Sie weiter...
Am 17. August 1999 veröffentlicht
A Puzzle Book
In my opinion , this book is not for people who are willing to learn Java. I could hardly find what I want. I find myself in a puzzle while searching for a subject. Lesen Sie weiter...
Am 16. August 1999 veröffentlicht
the best java book i ever read.....
the best book i ever read about this language, it simple and the most importent it for all....
Am 13. August 1999 veröffentlicht
Not good if you are looking for quick info..
As several have mentioned, this book is not for you if you want to LEARN java. It's for you if you want to brush up occasionally about what something means. Lesen Sie weiter...
Am 6. Juli 1999 veröffentlicht
Not a book for beginners
This book is awful. The examples are complex and confuse the issue rather than enlighten. The text does not illustrate the topics but in many cases simply lists them. Lesen Sie weiter...
Am 17. Mai 1999 veröffentlicht
good book for learning java but....
This book is quite useful for people who want to learn java. But you shout have some programming experience. Lesen Sie weiter...
Am 10. Mai 1999 veröffentlicht
A great book for people with experience in OOP, otherwise...
It always amazes me how one person can give a book a "five" and another a "one". Lesen Sie weiter...
Am 7. Mai 1999 veröffentlicht
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar