See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

51 used & new from $0.01

Have one to sell? Sell yours here
 
 
Core Java 1.1 Volume 1: Fundamentals
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Core Java 1.1 Volume 1: Fundamentals (Paperback)

by Cay S. Horstmann (Author), Gary Cornell (Author)
4.5 out of 5 stars See all reviews (48 customer reviews)


Available from these sellers.


10 new from $4.90 41 used from $0.01

Editorial Reviews

Amazon.com Review
Endorsed by Sun Microsystems, Core Java 1.1 deals with "fundamental" Java programming. The first volume deals with "fundamental" Java programming. Geared toward the more experienced programmer who has a knowledge of some other programming language, this guide is full of tips and smart enhancements to help you get the most out of basic Java.

Early chapters provide the history of Java and the basics of using it for Internet computing. The authors dutifully cover the bare-bones essentials of Java, such as variables, programming statements, and the basic object design in Java and argue that it is a good (though not perfect) object-oriented programming language. They include helpful suggestions for modeling classes using inheritance and interfaces. Some expert material, which makes use of several advanced language features, is also included in the discussion of how to clone arrays. Later the authors show how to use Java's inner classes, including anonymous inner classes. The chapter on graphics programming is also geared toward real-world programmers, showing how printing can be integrated alongside code that displays graphics on the screen.

The rest of the book moves toward the fundamentals of Abstract Window Toolkit (AWT) programming, first covering the complexities of event handling in the Java Developer's Kit (JDK) 1.1 event model, then publishing a survey of the basic AWT components. The discussion of the "peer," or native, model and how it can be bypassed easily using "lightweight" controls in JDK 1.1 programming is interesting. Concluding chapters describe the basics of processing applets; data structures, such as vectors and hash tables (as well as custom linked lists and queues for the more ambitious programmer); and exception handling.

The organization of this text makes a lot of sense for new--and more experienced--programmers who are making the transition to Java. This book covers a lot of ground while delivering a good deal of "expert mode" programming knowledge along the way. Even those who already know a little Java will benefit from this information.

Product Description
For experienced programmers this text provides coverage of the "core" components of Java: OO programming style and techniques; exception handling; and GUI-building with the AWT. The CD includes the complete JDK 1.1 sample code and examples from the book and third-party tools such as Java WorkShop.

See all Editorial Reviews


Product Details

  • Paperback: 672 pages
  • Publisher: Prentice Hall Ptr (August 1997)
  • Language: English
  • ISBN-10: 0137669577
  • ISBN-13: 978-0137669578
  • Product Dimensions: 9.2 x 6.9 x 1.9 inches
  • Shipping Weight: 3 pounds
  • Average Customer Review: 4.5 out of 5 stars See all reviews (48 customer reviews)
  • Amazon.com Sales Rank: #1,697,119 in Books (See Bestsellers in Books)

What Do Customers Ultimately Buy After Viewing This Item?

Core Java 1.1 Volume 1: Fundamentals
53% buy the item featured on this page:
Core Java 1.1 Volume 1: Fundamentals 4.5 out of 5 stars (48)
Core Java(TM), Volume I--Fundamentals (8th Edition) (Sun Core Series)
47% buy
Core Java(TM), Volume I--Fundamentals (8th Edition) (Sun Core Series) 4.4 out of 5 stars (17)
$37.79

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(3)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

48 Reviews
5 star:
 (35)
4 star:
 (5)
3 star:
 (5)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (48 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
6 of 6 people found the following review helpful:
5.0 out of 5 stars great book, December 23, 1998
By A Customer
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.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
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 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.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent book., October 4, 1998
By A Customer
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.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars The best Java book I have read
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... Read more
Published on July 11, 2001 by Michael Leselrod

2.0 out of 5 stars Not recommended for serious Java learner
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. Read more
Published on May 24, 1999

3.0 out of 5 stars Good book to learn from, but too long
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. Read more
Published on April 30, 1999

3.0 out of 5 stars Enough topics but not well explained
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. Read more
Published on March 23, 1999

5.0 out of 5 stars Good stuff, but growing old
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. Read more

Published on March 20, 1999 by Pete Boton, CCP (PeteBoton@co...

5.0 out of 5 stars Excellent
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,... Read more
Published on March 11, 1999 by Bryan W Tighe

4.0 out of 5 stars Good book for intermediate level programmer
It's a good book. It will steer you step by step in the Java world. Unfortunately, I never felt magic stuff as in Core Java Vol II - advanced features. Read more
Published on February 28, 1999

1.0 out of 5 stars Actually, this should be 1/2 star!
Poorly written, doesn't explain things at all. If you want to learn the fundamentals of Java, go elsewhere!
Published on February 23, 1999

1.0 out of 5 stars Actually, this should be 1/2 star!
Poorly written, doesn't explain things at all. If you want to learn the fundamentals of Java, go elsewhere!
Published on February 23, 1999

5.0 out of 5 stars This book rocks
I like this book (and the second part as well). It discusses inner classes, for example, at a much more understandable level than most Java books on the market.. Read more
Published on November 4, 1998

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
  Discussion Replies Latest Post
C# or Java? 32 9 days ago
   


Product Information from the Amapedia Community

Beta (What's this?)

Look for Similar Items by Category


Don't Eat the Biscuits

Shop for biscuit joiners
With a biscuit joiner you can create joints in a fraction of the time it takes using more traditional woodworking techniques.

Shop for biscuit joiners

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Paint with Flying Colors

Shop for Paint Sprayers
Paint sprayers can spread paint, stains, and clear finishes faster than any brush or roller.

Shop all paint sprayers

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates