Core Java 2, Volume I--Fundamentals: Fundamentals ... by Cornell, Gary Paperback

FREE US DELIVERY | ISBN: 0131482025 | Quality Books
US $12.58
List price US $53.19 (76% off)What does this price mean?
Recent sales price provided by the seller
Condition:
Very Good
Breathe easy. Returns accepted.
Shipping:
Free USPS Ground Advantage®.
Located in: Florida, United States
Delivery:
Estimated between Mon, May 12 and Mon, May 19 to 43230
Estimated delivery dates - opens in a new window or tab include seller's handling time, origin ZIP Code, destination ZIP Code and time of acceptance and will depend on shipping service selected and receipt of cleared paymentcleared payment - opens in a new window or tab. Delivery times may vary, especially during peak periods.
This item has an extended handling time and a delivery estimate greater than 8 business days.
Returns:
30 days returns. Buyer pays for return shipping. If you use an eBay shipping label, it will be deducted from your refund amount.
Payments:
       Diners Club
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:383879907178
Last updated on Feb 05, 2025 11:41:32 PSTView all revisionsView all revisions

Item specifics

Condition
Very Good: A book that does not look new and has been read but is in excellent condition. No obvious ...
ISBN
0131482025
EAN
9780131482029
Date of Publication
20040826
Release Title
Core Java 2, Volume I--Fundamentals: 1
Artist
Cornell, Gary
Brand
N/A
Colour
N/A
Book Title
Core Java 2, Volume I--Fundamentals: 1
Subject Area
Computers
Publication Name
Core Java 2 Vol. 1 : Fundamentals
Publisher
Prentice Hall PTR
Item Length
9.3 in
Subject
Programming Languages / Java
Publication Year
2004
Series
Sun Microsystems Press Java Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1.5 in
Author
Cay Horstmann, Gary Cornell
Features
Revised
Item Weight
39.2 Oz
Item Width
7 in
Number of Pages
784 Pages

About this product

Product Identifiers

Publisher
Prentice Hall PTR
ISBN-10
0131482025
ISBN-13
9780131482029
eBay Product ID (ePID)
30510215

Product Key Features

Number of Pages
784 Pages
Language
English
Publication Name
Core Java 2 Vol. 1 : Fundamentals
Publication Year
2004
Subject
Programming Languages / Java
Features
Revised
Type
Textbook
Subject Area
Computers
Author
Cay Horstmann, Gary Cornell
Series
Sun Microsystems Press Java Ser.
Format
Trade Paperback

Dimensions

Item Height
1.5 in
Item Weight
39.2 Oz
Item Length
9.3 in
Item Width
7 in

Additional Product Features

Edition Number
7
Intended Audience
Scholarly & Professional
LCCN
2004-109876
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.133
Edition Description
Revised edition
Table Of Content
List of Code Examples. Preface. Acknowledgments. 1. An Introduction to Java. Java as a Programming Platform. The Java "White Paper" Buzzwords. Java and the Internet. A Short History of Java. Common Misconceptions About Java. 2. The Java Programming Environment. Installing the Java Development Kit. Choosing a Development Environment. Using the Command-Line Tools. Using an Integrated Development Environment. Compiling and Running Programs from a Text Editor. Running a Graphical Application. Building and Running Applets. 3. Fundamental Programming Structures in Java. A Simple Java Program. Comments. Data Types. Variables. Operators. Strings. Input and Output. Control Flow. Big Numbers. Arrays. 4. Objects and Classes. Introduction to Object-Oriented Programming. Using Predefined Classes. Defining Your Own Classes. Static Fields and Methods. Method Parameters. Object Construction. Packages. Documentation Comments. Class Design Hints. 5. Inheritance. Classes, Superclasses, and Subclasses. Object: The Cosmic Superclass. Generic Array Lists. Object Wrappers and Autoboxing. Reflection. Enumeration Classes. Design Hints for Inheritance. 6. Interfaces and Inner Classes. Interfaces. Object Cloning. Interfaces and Callbacks. Inner Classes. Proxies. 7. Graphics Programming. Introducing Swing. Creating a Frame. Positioning a Frame. Displaying Information in a Panel. Working with 2D Shapes. Using Color. Using Special Fonts for Text. Doing More with Images. 8. Event Handling. Basics of Event Handling The AWT Event Hierarchy. Semantic and Low-Level Events in the AWT. Low-Level Event Types. Actions. Multicasting. Implementing Event Sources. 9. User Interface Components with Swing. The Model-View-Controller Design Pattern. Introduction to Layout Management. Text Input. Choice Components. Menus. Sophisticated Layout Management. Dialog Boxes. 10. Deploying Applets and Applications. Applet Basics. The Applet HTML Tags and Attributes. Multimedia. The Applet Context. JAR Files. Application Packaging. Java Web Start. Storage of Application Preferences. 11. Exceptions and Debugging. Dealing with Errors. Catching Exceptions. Tips for Using Exceptions. Logging. Using Assertions. Debugging Techniques. Using a Debugger. 12. Streams and Files. Streams. The Complete Stream Zoo. ZIP File Streams. Use of Streams. Object Streams. File Management. New I/O. Regular Expressions. 13. Generic Programming. Why Generic Programming? Definition of a Simple Generic Class. Generic Methods. Bounds for Type Variables. Generic Code and the Virtual Machine. Restrictions and Limitations. Inheritance Rules for Generic Types. Wildcard Types. Reflection and Generics. Appendix A. Java Keywords. Appendix B. Retrofitting JDK 5.0 Code. Enhanced for Loop. Generic Array Lists. Autoboxing. Variable Pa
Synopsis
Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API The seventh edition of Core Java(tm) 2, Volume I, covers the fundamentals of the Java 2 Platform, Standard Edition (J2SE(tm)). A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples. The most important language and library features are demonstrated with deliberately simple sample programs, but they aren't fake and they don't cut corners. More importantly, all of the programs have been updated for J2SE 5.0 and should make good starting points for your own code. You won't find any toy examples here. This is a book for programmers who want to write real code to solve real problems. Volume I concentrates on the fundamental concepts of the Java language, along with the basics of user-interface programming and provides detailed coverage of Object-oriented programming Reflection and proxies Interfaces and inner classes The event listener model Graphical user-interface design with the Swing UI toolkit Exception handling Stream input/output and object serialization Generic programming For the same real-world treatment of enterprise features and advanced user-interface programming, look for the forthcoming new edition of Core Java(tm) 2, Volume II Advanced Features. It includes new sections on metadata and other J2SE 5.0 enhancements along with complete coverage of: Multithreading Distributed objects Databases Advanced GUI components Native methods XML Processing Network programming Collection classes Advanced graphics Internationalization JavaBeans, The seventh edition of Core JavaaA A 2, Volume I, covers the fundamentals of the Java 2 Platform, Standard Edition (J2SEaA A ) along with the basics of user-interface programming. A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples., The seventh edition of Core Java(tm) 2, Volume I, covers the fundamentals of the Java 2 Platform, Standard Edition (J2SE(tm)) along with the basics of user-interface programming. A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples.
LC Classification Number
QA76.73.J38

Item description from the seller

Seller business information

VAT number: GB 922696893
About this seller

World of Books USA

87.4% positive feedback5.1M items sold

Joined Oct 2011
Usually responds within 24 hours
In 2002, World of Books Group was founded on an ethos to do good, protect the planet and support charities by enabling more goods to be reused. Since then, we've grown into to a global company ...
See more

Detailed seller ratings

Average for the last 12 months
Accurate description
4.6
Reasonable shipping cost
5.0
Shipping speed
4.2
Communication
4.8

Seller feedback (1,533,422)

All ratings
Positive
Neutral
Negative
  • o***d (273)- Feedback left by buyer.
    Past month
    Verified purchase
    4.1.2025 - Item arrived quickly and was exactly as described. Packaging was secure and professional, and the item was in perfect condition—looks even better in person! Great quality, excellent value for the price, and the seller was prompt and communicative throughout the process. Very satisfied and would absolutely buy from this seller again. Highly recommended!
  • e***1 (1296)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    This was an excellent transaction. Great condition. As described, in good condition, very good quality and appearance, and was safely packaged and quickly shipped. The costs were reasonable, and the communication was timely. I am very happy with my purchase. Thanks so much.
  • c***m (382)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    AAA+++; Excellent Service; Great Pricing; Fast Delivery-Faster Than Expected to Hawaii; using free shipping; USPS Ground Mail, Book in Excellent Condition--Better Than Described ; TLC Packaging; Excellent Seller Communication, Sends updates . Highly Recommended!, Thank you very much!
|Listed in category: