Would you like to see this page in English? Click here.

 

ou
Ouvrez une session pour activer Commander en 1-Click.
 
 
D'autres produits offerts
16 neufs & d'occasion à partir de CDN$ 7.50

Vous en avez un à vendre? Vendez les vôtres ici
 
   
Beginning Java 2
 
 

Beginning Java 2 (Paperback)

de Ivor Horton (Author)
4.3étoiles sur 5  Voir tous les commentaires (34 évaluations de client)
Prix éditeur: CDN$ 59.99
Price: CDN$ 37.79 & se qualifie pour Livraison super-économique GRATUITE pour des commandes de plus de CDN$ 39. Détails
Vous économisez : CDN$ 22.20 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
En stock.
Vendu et expédié par Amazon.ca.

Seulement 1 en stock--commandez bientôt (nous en attendons d'autres).

11 neufs à partir de CDN$ 23.97 5 d'occasion à partir de CDN$ 7.50

Les détails du produit


Descriptions du produit

Product Description

What is this book about?

The Java language has been growing from strength to strength since its inception in 1995. It has since proved to be both powerful and extraordinarily easy to learn and use. This is what makes it ideal for the beginner. With dramatic changes to the handling of files, and the introduction of native support for XML, Java has been updated to work faster and to be current with the incredible rise of XML as a medium for communicating data.

This edition of the Beginning Java books outlines everything the beginning programmer needs to know to program with the Java programming language and the 1.4 Java Developer Kit (JDK). With the release of JDK 1.4, programmers can look forward to the most stable edition yet, and even better performance than was available previously.

Over the course of the book, you will build an example application called Sketcher — a simple drawing tool — that teaches you how to build an interactive user interface with Java, how to save and open files, how to use color, and how to respond to user input.

What does this book cover?

  • Teaches the Java language from scratch
  • Object-oriented Programming in Java
  • Handling errors and exceptions in applications
  • Manipulating data and files
  • Concurrent programming and threads
  • A comprehensive introduction to Swing, the graphical user interface API for Java
  • Printing in Java
  • An introduction to XML

Who is this book for?

Ivor's inimitable style has proved to be a hit with nearly half a million people with its easy to learn approach and the many useful examples. Regularly voted the most popular Java programming book, this book teaches Java from scratch and assumes no previous knowledge. It is also suitable for those who have got some programming experience, especially C or C++, which will make learning easier.

From the Back Cover

"In all the years I have been programming and teaching people about computers, I have never come across a language that offers the power and flexibility of Java and all for free! Java is an extraordinarily easy language to learn and use, and is ideal for the beginner.

With the latest edition of Java, some things are a lot easier, but the new and improved classes mean you can do so much more! Whether it’s creating graphic rich and interactive web pages or creating full-featured Windows applications, you can do it with Java. With my book you can learn Java plus the techniques you need for success with your own projects.

Nothing worthwhile is achieved without effort. You’ll need to put in the work and have the ambition to succeed when the going gets tough. If you have commitment, I can help you become a competent Java programmer."

Who is this book for

This book is for anyone who wants to learn to create real-world applications with Java. The Beginning Java series has proven popular with over 150,000 people with its tutorial format. The numerous step-by-step examples provide you with an understanding of the ins and outs of programming with Java.

We assume no previous programming experience, although progress will be easier if you have programmed before. Either way, you’ll soon become an expert in creating your own Java programs.

What this book will teach you

This book will teach you all you need to know to start programming in Java. This latest edition of my series teaches Java with the Java 2 SDK 1.4; a free Software Development Kit for creating Java applications.

  • The code is designed and tested for use with the latest SDK – J2SDK 1.4.
  • Teaches the Java language from scratch.
  • Handling Errors and Exceptions in applications.
  • Manipulating data and files.
  • Concurrent programming and Threads.
  • Comprehensive introduction to Swing, the Graphical User Interface API for Java. We will learn both about standalone applications and applets: embedded Java programs for web pages.
  • Large GUI example: We will create a program called Sketcher: a simple drawing tool for making sketches. We will learn how to save sketches to and load sketches from files, use color in our applications, and respond to user input.
  • Printing in Java.
  • Now included: an introduction to XML – an exciting technology for representing data. We will modify the sketcher application to use XML.

Dans ce livre (les détails)
En découvrir plus
Concordance
Parcourir les pages échantillon
Plat recto | Droit d'auteur | Table des matières | Extrait | Index | Plat verso
Cherchez à l'intérieur de ce livre:

Associer des mots-clés à ce produit

 (De quoi s'agit-il ?)
Considérez votre mot-clé comme une sorte d'étiquette définissant parfaitement ce produit.
Les mots-clés aident les clients à organiser et trouver leurs articles favoris.
Vos mots-clés : Ajouter votre premier mot-clé
 

What Do Customers Ultimately Buy After Viewing This Item?

Ivor Horton's Beginning Java 2: JDK 5 Edition
79% buy
Ivor Horton's Beginning Java 2: JDK 5 Edition
CDN$ 37.61
Beginning Java 2
13% buy the item featured on this page:
Beginning Java 2 4.3étoiles sur 5 (34)
CDN$ 37.79
Head First Java
8% buy
Head First Java 4.4étoiles sur 5 (54)
CDN$ 31.04

 

L'avis des consommateurs

34 évaluations
5 étoiles:
 (20)
4 étoiles:
 (8)
3 étoiles:
 (3)
2 étoiles:
 (2)
1 étoiles:
 (1)
 
 
 
 
 
Évaluation du client type
4.3étoiles sur 5 (34 évaluations de client)
 
 
 
 
Partagez votre opinion avec les autres clients:
Commentaires client les plus utiles

 
5.0étoiles sur 5 Clear, well-written, and comprehensive, Jui 9 2004
Par James T "James T" (Washington, D,C.) - Voir tous mes commentaires
While the voluminous nature of Horton's introduction may scare away a Java beginner, they should know that there is no better introduction to the language and the library. Horton uses visual aids whenever it brings added clarity to a situation, and spends just the right amount of time in each chapter on preliminary text-book style writing before throwing any Try-it-out programs at you. Like all Wrox books, if you don't understand how the code works, there's a short explanation of the syntax and classes involved following each example.

The book teaches Java from the ground-up - starting with object orientation and basic language syntax. These first few chapters are solid explanatory.

Next, the chapters on classes, inheritance, and exception handling describe the more advanced language concepts with just as much clarity as the more elementary information.

The core library features are given attention and a large portion of the book is devoted to GUIs and drawing. I have never seen a more in depth and yet understandable guide that doesn't assume prior knowledge of the concepts. Additionally, Horton only uses the newest and most robust methods of doing things when there's a choice; for example, he opts to use the New I/O API rather than the old file input and output streams, but still gives you an explanation and example of how the basic streams work before bringing in the new material.

I cannot recommend this book more for someone who wants to learn Java. The only requirement is some free time and devotion. Even if you don't intend to read the entire thing, the first 10 chapters alone are worth it.

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
5.0étoiles sur 5 Excellent book on Java - recommended, Mai 31 2004
Par Un client
I bought this book as an introduction to Java programming. I found that it offered both general Java programming concepts and Java programming code in just the right measure to make learning the Java language easy (or as easy as learning a new language can be). I strongly recommend this book for beginners.

The examples are clear, relevant and concise. Each example is followed by an explanation of the preceding code segments to ensure that the reader understands all of the example. Where it is necessary to mention a topic before it's time, the author specifically states that the topic will be covered in detail later in the book (with a reference to the chapter). This works well, as it is easier to defer some material until you have a better understanding of the basics.

Since each chapter builds on material learned in previous chapters, I would strongly advise anyone using this book to take the chapters in sequence. It is very tempting to jump to the parts of the book that interests you most, but to do that would make your task of understanding those 'interesting' parts more difficult.

While it is impossible for any author to write a book that satisfies everyone, I think that Ivor Horton has done an excellent job for the scope of this book. He has taken a no nonsense approach to teaching the language, and it pays off for those with sufficient motivation to learn. If you are looking for a laugh-a-minute approach to Java programming, complete with fun examples and pictures, then this is not the book for you. It is not the only book you will need, as it does not (cannot) cover all Java-related topics, but it is a very thorough start.

I certainly learned a lot from this book, and now keep it close at hand for reference.

Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non


 
4.0étoiles sur 5 Encompassing Book, Fév 13 2004
Par Terry Smith "http://terrysmith.net -- http:/... (Little Rock, AR USA) - Voir tous mes commentaires
(REAL NAME)   
I have a previous edition of this book and thought it was a very good guide to learning Java. Is it great? No, but it seems to be the best all encompassing book to learn the fundamentals of the Java libraries. It's one of the best books to teach a Java class with.
Aidez d'autres clients à trouver les commentaires les plus utiles  
Ce commentaire vous a-t-il été utile ? Oui Non

Partagez votre opinion avec les autres clients: Créer votre propre commentaire
 
 
Commentaires client les plus récents

5.0étoiles sur 5 Start here.
New to Java? Learning it for work? Class? Entertainment? Unless you're new to programming (in which case I recommend Java for Dummies), start with this book. Read more
Publié le Janv. 26 2004 par J. Drost

1.0étoiles sur 5 beginning ?
I must have a library full of WROX books and by far this is the worst book i have read. The author is dry and confusing to say the least. Read more
Publié le Déc 26 2003 par James J. Kim

5.0étoiles sur 5 A good book to learn Java with
In college, I predominantly focused on C++, but the java technology was appealing to me and I decided on this book. Read more
Publié le Juil 28 2003 par proxxy99

4.0étoiles sur 5 Nice Book
It was overly rated but still is a good book to start with. I'd recommend the Bruce Eckel's "Thinking in Java".
Publié le Juil 4 2003 par T. Singh

5.0étoiles sur 5 Patience is rewarded here
This is a great intro book for Java. Ivor is a very, and I mean VERY good teacher, having the two most important qualities needed to teach effectively: clarity & patience. Read more
Publié le Jui 27 2003 par Riccardo Audano

5.0étoiles sur 5 Great Beginner's book
I've been teaching Java at the school of continuing education at our local university for 2 years now. Read more
Publié le Jui 25 2003

3.0étoiles sur 5 obsolete items
The first chapter I read from this book was on threading. It mentioned about stop() method. hm... this method has been deprecated in version 1. Read more
Publié le Mai 31 2003 par max power

4.0étoiles sur 5 Random and wordy
This guy rambles too much. It's almost like he took a college lecture and dictated it for the book. His almost every thought is included in written form. Lucky us! Read more
Publié le Mai 16 2003 par mike_peartree

5.0étoiles sur 5 Just what I was looking for
In my personal persute of high education I endevor to learn java programing for web page development but found that the book that I was using "Core Web Programming" had... Read more
Publié le Avril 29 2003 par lady_of_dreams

5.0étoiles sur 5 Extremely thorough for a "beginners" book
This was truly one of the best books I've used to learn a language. It covers a great deal of the basics of the language in GREAT depth. Read more
Publié le Avril 21 2003

Rechercher uniquement sur les commentaires portant sur ce produit



Listmania!


Cherchez des articles semblables par catégorie


Chercher des articles semblables par sujet


Commentaires

Souhaitez-vous compléter ou améliorer les informations sur ce produit ? Ou faire modifier les images?

Votre historique récent

 (En savoir plus)

Après avoir visualisé des pages détaillées produit ou des résultats de recherche, regardez ici pour trouver une façon simple de poursuivre votre navigation sur des pages qui vous intéressent.