Core Java Volume I--Fundamentals
Home > Computing and Information Technology > Computer programming / software engineering > Object-oriented programming (OOP) > Core Java Volume I--Fundamentals: (Core Series)
Core Java Volume I--Fundamentals: (Core Series)

Core Java Volume I--Fundamentals: (Core Series)

|
     0     
5
4
3
2
1




Out of Stock


Notify me when this book is in stock
About the Book

Core Java® has long been recognized as the leading, no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java®, Volume I–Fundamentals, Tenth Edition, has been extensively updated to reflect the most eagerly awaited and innovative version of Java in years: Java SE 8. Rewritten and reorganized to illuminate new Java SE 8 features, idioms, and best practices, it contains hundreds of example programs–all carefully crafted for easy understanding and practical applicability.   Writing for serious programmers solving real-world problems, Cay Horstmann helps you achieve a deep understanding of the Java language and library. In this first volume of the two-volume work, Horstmann focuses on fundamental language concepts and the foundations of modern user interface programming. You’ll find in-depth coverage of topics ranging from Java object-oriented programming to generics, collections, lambda expressions, Swing UI design, and the latest approaches to concurrency and functional programming. This guide will help you  Leverage your existing programming knowledge to quickly master core Java syntax Understand how encapsulation, classes, and inheritance work in Java Master interfaces, inner classes, and lambda expressions for functional programming Improve program robustness with exception handling and effective debugging Write safer, more readable programs with generics and strong typing Use pre-built collections to collect multiple objects for later retrieval Master concurrent programming techniques from the ground up Build modern cross-platform GUIs with standard Swing components Deploy configurable applications and applets, and deliver them across the Internet Simplify concurrency and enhance performance with new functional techniques  If you’re an experienced programmer moving to Java SE 8, Core Java®, Tenth Edition, will be your reliable, practical companion–now and for many years to come.   Look for the companion volume, Core Java®, Volume II–Advanced Features, Tenth Edition (ISBN-13: 978-0-13-417729-8), for coverage of Java 8 streams, input and output, XML, databases, annotations, and other advanced topics.   Register your product or convenient access to downloads, updates, and corrections as they become available. See inside the book for information.

Table of Contents:
Preface xix Acknowledgments xxv   Chapter 1: An Introduction to Java 1 1.1 Java as a Programming Platform 1 1.2 The Java “White Paper” Buzzwords 2 1.3 Java Applets and the Internet 8 1.4 A Short History of Java 10 1.5 Common Misconceptions about Java 13   Chapter 2: The Java Programming Environment 17 2.1 Installing the Java Development Kit 18 2.2 Using the Command-Line Tools 23 2.3 Using an Integrated Development Environment 26 2.4 Running a Graphical Application 30 2.5 Building and Running Applets 33   Chapter 3: Fundamental Programming Structures in Java 41 3.1 A Simple Java Program 42 3.2 Comments 46 3.3 Data Types 47 3.4 Variables 53 3.5 Operators 56 3.6 Strings 65 3.7 Input and Output 78 3.8 Control Flow 89 3.9 Big Numbers 108 3.10 Arrays 111   Chapter 4: Objects and Classes 129 4.1 Introduction to Object-Oriented Programming 130 4.2 Using Predefined Classes 135 4.3 Defining Your Own Classes 145 4.4 Static Fields and Methods 158 4.5 Method Parameters 164 4.6 Object Construction 171 4.7 Packages 182 4.8 The Class Path 190 4.9 Documentation Comments 194 4.10 Class Design Hints 200   Chapter 5: Inheritance 203 5.1 Classes, Superclasses, and Subclasses 204 5.2 Object: The Cosmic Superclass 228 5.3 Generic Array Lists 244 5.4 Object Wrappers and Autoboxing 252 5.5 Methods with a Variable Number of Parameters 256 5.6 Enumeration Classes 258 5.7 Reflection 260 5.8 Design Hints for Inheritance 283   Chapter 6: Interfaces, Lambda Expressions, and Inner Classes 287 6.1 Interfaces 288 6.2 Examples of Interfaces 302 6.3 Lambda Expressions 314 6.4 Inner Classes 329 6.5 Proxies 350   Chapter 7: Exceptions, Assertions, and Logging 357 7.1 Dealing with Errors 358 7.2 Catching Exceptions 367 7.3 Tips for Using Exceptions 381 7.4 Using Assertions 384 7.5 Logging 389 7.6 Debugging Tips 409   Chapter 8: Generic Programming 415 8.1 Why Generic Programming? 416 8.2 Defining a Simple Generic Class 418 8.3 Generic Methods 421 8.4 Bounds for Type Variables 422 8.5 Generic Code and the Virtual Machine 425 8.6 Restrictions and Limitations 430 8.7 Inheritance Rules for Generic Types 440 8.8 Wildcard Types 442 8.9 Reflection and Generics 450   Chapter 9: Collections 459 9.1 The Java Collections Framework 460 9.2 Concrete Collections 472 9.3 Maps 497 9.4 Views and Wrappers 509 9.5 Algorithms 517 9.6 Legacy Collections 528   Chapter 10: Graphics Programming 537 10.1 Introducing Swing 538 10.2 Creating a Frame 543 10.3 Positioning a Frame 546 10.4 Displaying Information in a Component 554 10.5 Working with 2D Shapes 560 10.6 Using Color 569 10.7 Using Special Fonts for Text 573 10.8 Displaying Images 582   Chapter 11: Event Handling 587 11.1 Basics of Event Handling 587 11.2 Actions 607 11.3 Mouse Events 616 11.4 The AWT Event Hierarchy 624   Chapter 12: User Interface Components with Swing 629 12.1 Swing and the Model-View-Controller Design Pattern 630 12.2 Introduction to Layout Management 638 12.3 Text Input 648 12.4 Choice Components 657 12.5 Menus 678 12.6 Sophisticated Layout Management 699 12.7 Dialog Boxes 730 12.8 Troubleshooting GUI Programs 770   Chapter 13: Deploying Java Applications 779 13.1 JAR Files 780 13.2 Storage of Application Preferences 788 13.3 Service Loaders 800 13.4 Applets 802 13.5 Java Web Start 824   Chapter 14: Concurrency 839 14.1 What Are Threads? 840 14.2 Interrupting Threads 851 14.3 Thread States 855 14.4 Thread Properties 858 14.5 Synchronization 862 14.6 Blocking Queues 898 14.7 Thread-Safe Collections 905 14.8 Callables and Futures 915 14.9 Executors 920 14.10 Synchronizers 934 14.11 Threads and Swing 937   Appendix 953 Index 957


Best Sellers


Product Details
  • ISBN-13: 9780134177304
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Prentice Hall
  • Height: 230 mm
  • No of Pages: 1040
  • Series Title: Core Series
  • Weight: 1566 gr
  • ISBN-10: 0134177304
  • Publisher Date: 04 Jan 2016
  • Binding: Paperback
  • Language: English
  • Returnable: N
  • Spine Width: 51 mm
  • Width: 179 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Core Java Volume I--Fundamentals: (Core Series)
Pearson Education (US) -
Core Java Volume I--Fundamentals: (Core Series)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Core Java Volume I--Fundamentals: (Core Series)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!