Customer Reviews


48 Reviews
5 star:
 (35)
4 star:
 (5)
3 star:
 (5)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
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


6 of 6 people found the following review helpful:
5.0 out of 5 stars great book
As a student I took 2 intro level programming classes, which acquainted me with C, C++ and lisp, but not Java. I looked around for a good book to learn java from, and tried several. The two volume Core Java covers all the important topics as advertised -- I was able to begin programming as soon as I started reading. The books aren't meant to be an in depth guide,...
Published on December 23, 1998

versus
4 of 4 people found the following review helpful:
3.0 out of 5 stars very good book
This book is very good for beginners.But it is not so useful for those who knows java programming.For those it is better to go for second volume.
Published on September 28, 1999


‹ Previous | 1 25| Next ›
Most Helpful First | Newest First

6 of 6 people found the following review helpful:
5.0 out of 5 stars great book, December 23, 1998
By A Customer
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
As a student I took 2 intro level programming classes, which acquainted me with C, C++ and lisp, but not Java. I looked around for a good book to learn java from, and tried several. The two volume Core Java covers all the important topics as advertised -- I was able to begin programming as soon as I started reading. The books aren't meant to be an in depth guide, but rather a quick familiarization to Java as a whole. I think they very effectively impart an appreciation for the overall structure and philosophy of the language, while offering a rather meaty introduction to specific classes. Absolutely perfect for an intermediate/advanced programmer new to Java, especially if you like to learn out of a book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
3.0 out of 5 stars very good book, September 28, 1999
By A Customer
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
This book is very good for beginners.But it is not so useful for those who knows java programming.For those it is better to go for second volume.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent book., October 4, 1998
By A Customer
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
CoreJava Volume I is a great book. I read it in 3 weeks and was writing windows programs in 1 1/2 weeks after starting the book. I feel that it is a great book for someone who already has a base knowledge of OOP. I got bored in the first chapters because it went over the Fundamentals of OOP programming in general which I already knew. I am not positive how a beginner in programming would get a long with this book, but it is great for more experienced programmers who want to learn Java. As the authors state in the beginning of the book, it does not give useless examples of toy programs. Examples demonstrate basic real world problems. Great book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars The best Java book I have read, July 11, 2001
By 
Michael L (Manorville, NY United States) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
The Core Java series was fantastic to pick up Java quickly. I don't know how well this book would do for a new programmer but having already been a C++/C programmer, this books allowed me to quickly get into Java. It didn't waste time with programming methods that are already known to an experianced programmer, just jumped right into the things that make Java what it is.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
2.0 out of 5 stars Not recommended for serious Java learner, May 24, 1999
By A Customer
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
It tried to cover a lot of things Java can do, but it did not provide enough details and examples to show us how to do it. I read several Java books from the SUN press, but every time it disappointed me. I like Java programming a lot, don't mistaken me, but SUN's writers are not as good as some other publisher like the Waite group, or SAMS. Take a look at the book from BORDERS or B&N and you will understand.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
3.0 out of 5 stars Good book to learn from, but too long, April 30, 1999
By A Customer
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
CoreJava 1.1 is a great book to learn Java from, although they explain each concept too much and that might be confusing to some users. Overall, if you know an OOP language or a language similar to C/C++, CoreJava is your book. I reccommend the 1.1 version rather than the 1.2 version because it deals with the still popular Abstract Windows Toolkit (AWT) instead of the JFC which is slow, and not widely accepted. Plus you can read the swing connection to learn about the JFC (http://java.sun.com/).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent, March 11, 1999
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
This book was not written for beginners in programming, it was written for beginners in Java. If you know C/C++ you will love this book, but if you don't know any programming, you won't know what's going on at all.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Java syntax and OOP-concept is well explained, February 12, 1998
By A Customer
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
My opinion is, that this book explains very good the syntax of java and the OOP-concept. The examples are well integrated in the text. So you always understand the examples. You don't come into trouble with syntax or concepts within the examples, because everything is explained. The only problem for me was, how to access a variable from another class. You have to declare it as public static. In this case you have a true global variable accessible by all methods in an application (p. 95). You call it with Class.variable;. The more advanced topics, networking, threads a.s.o. are in explained in the 2-nd Volume. But with the first Volume, you are really ready to write an application.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3.0 out of 5 stars Enough topics but not well explained, March 23, 1999
By A Customer
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
This book touches every topic of the language but lack of detailed explaination. It is somewhere in between a reference book and a technical book. If you are serious about learning the language, this is a start to understand concepts of Jave but definately not enough to program in Java. If you are an experienced programmer, it is better to get a comprehensive techy book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Good stuff, but growing old, March 20, 1999
This review is from: Core Java 1.1 Volume 1: Fundamentals (Paperback)
I've read quite a few Java books. This is one of the best.

However, its time has come and gone. Java 1.2 is here and the authors have provided an updated edition. I recommend that you bypass this book and pick up the newer edition instead.

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


‹ Previous | 1 25| Next ›
Most Helpful First | Newest First

This product

Core Java 1.1 Volume 1: Fundamentals
Core Java 1.1 Volume 1: Fundamentals by Gary Cornell (Paperback - Aug. 1997)
Used & New from: $0.01
Add to wishlist See buying options