Customer Reviews


8 Reviews
5 star:
 (6)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


12 of 13 people found the following review helpful:
5.0 out of 5 stars Clear, crisp, concise
Great book for beginners. Our entire development team was initiated into Java programming using the author's tutorials..

Author has tremendous ability to deal with abstract concepts with ease - without compromising on depth, clarity or effectiveness.

Her greatest asset seems to be the gift of keeping things simple and short. The Java world is inundated with...

Published on August 4, 2000 by Venkatesh

versus
16 of 22 people found the following review helpful:
3.0 out of 5 stars Not quite sure where the audience is
One thing that can be said about this book is that the approach to demonstrating how things are done in Java is quite different. The first three lessons are standard ones about compiling and running a simple program, building an application and designing an applet. However, after ten lessons that cover among other things building servlets, file and database access;...
Published on July 18, 2000 by Charles Ashbacher


Most Helpful First | Newest First

12 of 13 people found the following review helpful:
5.0 out of 5 stars Clear, crisp, concise, August 4, 2000
By 
Venkatesh (Minenapolis, MN) - See all my reviews
This review is from: Essentials of the Java Programming Language: A Hands-On Guide (Paperback)
Great book for beginners. Our entire development team was initiated into Java programming using the author's tutorials..

Author has tremendous ability to deal with abstract concepts with ease - without compromising on depth, clarity or effectiveness.

Her greatest asset seems to be the gift of keeping things simple and short. The Java world is inundated with plenty of verbose literature and brevity is always welcome ...Monica makes an outstanding effort in that direction.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 22 people found the following review helpful:
3.0 out of 5 stars Not quite sure where the audience is, July 18, 2000
This review is from: Essentials of the Java Programming Language: A Hands-On Guide (Paperback)
One thing that can be said about this book is that the approach to demonstrating how things are done in Java is quite different. The first three lessons are standard ones about compiling and running a simple program, building an application and designing an applet. However, after ten lessons that cover among other things building servlets, file and database access; remote method invocation, socket communications and internationalization, there is a fourteenth and final lesson on object-oriented programming. Given that the presentation of the previous material requires the explanation of methods, constructors, exceptions, extends, accessors, implements, event handling, class hierarchies and so many of the other principles of object-oriented programming the last lesson is essentially superfluous. I find it baffling that chapter 14 would introduce the topics of classes, objects, inheritance, polymorphism, and data access levels. It should have been split up and doled out into the other chapters or better yet made into a summary as an appendix.
The first five chapters are clearly aimed at beginners, either to Java or even to programming. The examples are short and well within the capabilities of a beginner. However, in chapter six things change quickly. Exceptions are introduced and the inheritance tree ending at the java.lang.Error and java.lang.Exception classes is presented. This combination would overwhelm a beginner and a similar approach is followed throughout the book until the last lesson.
However, most examples are quite good in that they demonstrate the topics with code that is crisp and easy to understand, provided you have the necessary background. This is a case where the author tried to write a book for beginners and missed the mark by aiming too high. The higher goal of a book of examples for experienced programmers was also missed by aiming too low. To be honest, I really do not know where to place it if I were asked to describe the target audience.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Basic to understand Java, August 31, 2010
Amazon Verified Purchase(What's this?)
This review is from: Essentials of the Java Programming Language: A Hands-On Guide (Paperback)
I have found this book interesting because explains in simple words how you can understand completelly the Java architecture. With this you get motivated and begin to understand this faboulous trend in programming.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
5.0 out of 5 stars Clear, crisp, concise, August 4, 2000
By 
Venkatesh (Minenapolis, MN) - See all my reviews
This review is from: Essentials of the Java Programming Language: A Hands-On Guide (Paperback)
Great book for beginners. Our entire development team was initiated into Java programming using the author's tutorials..

Author has tremendous ability to deal with abstract concepts with ease - without compromising on depth, clarity or effectiveness.

Her greatest asset seems to be the gift of keeping things simple and short. The Java world is inundated with plenty of verbose literature and brevity is always welcome ...Monica makes an outstanding effort in that direction.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 10 people found the following review helpful:
5.0 out of 5 stars Learn Java by doing..., June 13, 2000
By 
Earle Flynn (Schenectady, New York) - See all my reviews
This review is from: Essentials of the Java Programming Language: A Hands-On Guide (Paperback)
I am using this book along with other books to study for Java certification. It is quite helpful and practical. The explanations to do a very good job of condensing the large Java language into smaller more digestable concepts. It has lot's of good hands on examples. With explanations. I recommend this book to Java beginners and anyone who would like to learn more by example.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 7 people found the following review helpful:
5.0 out of 5 stars This book rules!!!, August 9, 2001
By A Customer
This review is from: Essentials of the Java Programming Language: A Hands-On Guide (Paperback)
What other intro book covers JDBC and database basics, accessing data in servlets, Remote Method Invocation (RMI) clients and servers, Java socket classes, internationalization, packages, JAR files and deployment, introduction to object-oriented programming, and cryptography basics in less then 300 pages!!!!

Well written and quickly adsorbable. Unlike the other reviewer, I am glad she covered Objects at the end of the book. This allows you to see some real word examples before diving into theory. It is a much better way to learn.

Even if you know Java and want to learn more about some of the so called 'advanced topics' covered in this book(servers, servlets, sockets, rmi, ect), you can use this book as a quick intro.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
5.0 out of 5 stars Right to the point..., September 7, 2010
By 
Joe K (Maryland, USA) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Essentials of the Java Programming Language: A Hands-On Guide (Paperback)
I had some programming experience but am new to java. I picked up a 21 days to java type book, but it crushed me with details that were better left to a reference book. This title got right to the point and right into swing, which is the GUI builder. I am really happy with this title even though it was published more than a few years ago. Authors writing style was clear and there were plenty of code examples. Explanations of code were clear and sufficient.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 19 people found the following review helpful:
4.0 out of 5 stars Java Programming - Basics, May 12, 2000
This review is from: Essentials of the Java Programming Language: A Hands-On Guide (Paperback)
Good book to start working on Java
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Essentials of the Java Programming Language: A Hands-On Guide
Essentials of the Java Programming Language: A Hands-On Guide by Monica Pawlan (Paperback - May 1, 2000)
Used & New from: $9.23
Add to wishlist See buying options