Möchten Sie verkaufen? Hier verkaufen
Java 2 Certification Exam Guide, w. CD-ROM (All-In-One Certification)
 
 
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.

Java 2 Certification Exam Guide, w. CD-ROM (All-In-One Certification) [Englisch] [Gebundene Ausgabe]

William R. Stanek


Erhältlich bei diesen Anbietern.



Produktinformation


Mehr über den Autor

William R. Stanek
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von William R. Stanek auf Amazon

Produktbeschreibungen

Amazon.co.uk

If you are familiar with Java or an object-oriented program language like C++, the All-In-One Java 2 Certification Exam Guide does a competent (if not exceptional) job of explaining the individual components, features, and functions of Java--but if you're weak on concepts, you'll definitely need another book to back this up.

The organisation of the book is fairly simple, starting off with the absolute basics of programming, moving on to slightly more advanced topics like switch and case statements, then walking the reader through most of Java's functions, arguments, interfaces, and exception-handling on a case-by-case basis. The book's explanations are fairly minimal, explaining each function quickly with relevant snippets of code, which either demonstrate a function or how to do some commonly requested task. Programmers will nod sagely, appreciating the no-nonsense way the book rips through a large amount of data in short order, and if you know what you're doing you can very quickly get a lot of information. The code segments are clear and concise, and generally are useful for illuminating the proper way to use a function or structure something. Unfortunately, if there's a snippet of code that you don't quite get how (or why) it works, you may be left up the creek.

People fuzzy on the more conceptual portions of Java may be left behind, too, as the book's strong point is going through what Java does, not why it does it. Another slight problem with the book is its lack of test focus. It goes through Java in a fair amount of detail, but doesn't really explain what's likely to be in the test and what isn't.

In short, this is a book that is slanted far more towards reference than to test taking or tutorial. As such, it's useful for those who already understand Java to a large extent and are looking to lock down their knowledge before they actually spend the money on the test and experienced programmers will appreciate the brevity involved. Others, however, with less savvy, may wish to find another book to go with. Recommended for the experienced. --William Steinmetz

Amazon.com

If you have familiarity with Java or an object-oriented program language like C++, the All-in-One Java 2 Exam Guide does a competent (if not exceptional) job of explaining the individual components, features, and functions of Java--but if you're weak on concepts, you'll definitely need another book to back this up.

The organization of the book is fairly simple, starting off with the absolute basics of programming, moving on to slightly more advanced topics like switch and case statements, then walking the reader through most of Java's functions, arguments, interfaces, and exception handling on a case-by-case basis. The book's explanations are fairly minimal, explaining each function quickly with relevant snippets of code, which demonstrate either a function or how to do some commonly requested task (these are sparsely documented, however).

Programmers will nod sagely, appreciating the no-nonsense way the book rips through a large amount of data in short order, and if you know what you're doing you can very quickly get a lot of information. The code segments are clear and concise, and generally are useful for illuminating the proper way to use a function or structure something--and there is an awful lot of hands-on code to play around with here. Unfortunately, if there's a snippet of code that you don't quite understand, you may be left up the creek--or have to tinker with the code yourself to see how it works. And the code isn't linked together to form a single program at the end of each chapter, as in some books that try to explain programming. If you're used to programming with a goal in mind rather than just programming for the sake of experimentation, you could have some troubles here.

People fuzzy on the more conceptual portions of Java may be left behind, too, as the book's strong point is going through what Java does, not why it does it. If you're weak on why inheritance is such a valuable thing to use... well, then you probably shouldn't be coding in Java anyway. But if you don't quite understand the concept of thread synchronization and why a programmer would be concerned with it, the Java 2 Exam Guide goes over it in a single page. The writing, when it comes to explaining concepts, is clunky--it will tell you what Java does to handle threading, but not really explain why.

Another slight problem with the book is its lack of test focus. It goes through Java in a fair amount of detail, but doesn't really explain what's likely to be on the test and what isn't. As stated, there's a lot of information packed into these pages, and it comes very quickly. It would be nice to know what are the questions that almost invariably arise on the exam, common mistakes that programmers have, etc. This is more of a reference book than a tutorial, so slimming down the reader's choices would have been helpful.

Each chapter contains exercises and a set of questions. The exercises, again, are good in the hands of a programmer who knows what they're doing--generally, a goal is given in an exercise ("Write a program that writes your phone number to a file as an int with a seven-digit number"), with a sample program given at the end of the chapter. But again, the exercise's "answer" is just a code segment, so hopefully you'll either understand how it works or be able to fool with it and deconstruct why it did. The questions are multiple choice and are fairly tough, but not backbreaking.

In short, this is a book that is slanted far more toward reference than to test-taking or tutorial. As such, it's useful for those who already understand Java to a large extent and are looking to lock down their knowledge before they actually spend the money on the test, and experienced programmers will appreciate the brevity involved. Those with less savvy, however, may wish to find another book to go with. Recommended for the experienced. --William Steinmetz


In diesem Buch (Mehr dazu)
Einleitungssatz
In this chapter, we'll introduce the topics covered in the Sun Certified Programmer for the Java 2 Platform exam (Exam number 310-025). Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

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

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  13 Rezensionen
18 von 18 Kunden fanden die folgende Rezension hilfreich
Good, accurate, detailed 7. November 2001
Von Ein Kunde - Veröffentlicht auf Amazon.com
Format:Gebundene Ausgabe
Mr. Stanek has created a very good Java certification guide that is well-organized and very detailed. As a Java programmer with 3 yars experience, I found that the book was very good at helping me remember things I may have forgotten and also sufficiently detailed that someone with less experience would have an easy time using the book to get certification.

My favorite part of the book are the extensive Q&A/exam reviews. The book must have over 1,000 practice questions and exercises. This is much more than I've found in any other book and this is wonderful! Because I've been programming for a while, I went straight to the practice exams (the book has 5!; 3 programmer; 2 developer). I took the first practice test and failed miserably. I am now going through the text chapter by chapter and looking forward to taking the next practice exam.

If you are looking for a Java certification book or even a book to learn more about Java programming, I think this is the one. I recommend.

8 von 8 Kunden fanden die folgende Rezension hilfreich
Good conception, careless execution 27. Januar 2002
Von WellRead - Veröffentlicht auf Amazon.com
Format:Gebundene Ausgabe
This book as too many errors. I am not just talking about typos (of which there are many), I am talking about substantive errors that can cause confusion and failure for someone not catching them.

Examples:

Page 171: It says that the static keyword prevents a subclass from modifying a method.

--Obviously the author confuses the fundamental purpose of the 'final' and 'static' keywords.

Page 176: "A variable cannot be changed by a subclass if it has been declared static and final."

Whoever wrote this is quite confused. First of all, if a variable has been declared final then it cannot be changed (once initialized) by ANY method, in the same class, in a subclass or wherever. Second, as indicated above, the static keyword has nothing to do with whether a variable can be modified.

These are not minor points but if these were the only errors it wouldn't be that bad, but there are lots more like this.

It would also be not as bad if the author was available and could at least publish an errata and promise to fix the errors in the next (the fourth) edition. But there is no email contact given and no errata.

The "reviewer" should have caught the errors also. The acknowledgement says he "invites contact". So I contacted him to simply ask who I can contact about the errors in the book and the email was not even acknowledged.

It has three practice exams and four on the CD, which sounds like a lot. But the exams on the CD are the same questions as in the book. There are plenty of free, good exams available on the web, so the CD should not be a factor anyway.

I gave the book two stars only because it provides a healthy
amount of exercises, with solutions (with a lot of errors, nevertheless), in addition to the practice exams. But for the price it doesn't deliver.

Bill Brogden's exam cram is cheaper and a better choice.

7 von 7 Kunden fanden die folgende Rezension hilfreich
Very Good book, could be better, software not so good 24. Januar 2002
Von Ein Kunde - Veröffentlicht auf Amazon.com
Format:Gebundene Ausgabe
I thought the book was well done. It was very helpful and very easy to read and understand the material. It took me less than 2 weeks to read the chapters and finish all the practice questions for the Java 2 Programmer Certification. It does cover all the topics in the exam. I passed the certification exam on my first try and I don't have real world development experience yet. Just reading the book isn't enough though because the exam has very tricky questions. This was the only Certification book for Java that I bought to study with and I believe I made the right choice. This book was a great review for me and help me strengthen the areas I was weak in. There are a few typos in the book but they are pretty easy to figure out.

The CD needs help. Many errors. After taking the practice exams twice you already memorize the answers so it is no longer helpful. I suggest using other sources for practicetests but be careful because practice test questions if you don't verify if their answers are correct and why they are correct, could make you make mistakes on the real exam or jumble up the java knowledge you already have.


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