Book Details
 Java Programming, 8th Edition Title: Java Programming, 8th Edition
Author: Joyce Farrell
Length: 976 pages
Edition: 8
Language: English
Publisher: Course Technology
Publication Date: 2015-01-23
ISBN-10: 1285856910
ISBN-13: 9781285856919
Book Description
Discover the power of Java for developing applications with the engaging, hands-on approach in Farrell's JAVA PROGRAMMING, 8E. With this book, even first-time programmers can quickly develop useful programs while learning the basic principles of structured and object-oriented programming. The text incorporates the latest version of Java with a reader-friendly presentation and meaningful real-world exercises that highlight new Java strengths. Updated Programming Exercises and a wealth of case problems help you build skills critical for ongoing programming success. You can find additional tools to strengthen your Java programming success with the optional CourseMate that includes a wealth of interactive teaching and learning tools and unique Video Quizzes created by the book's author.
Table of Contents
Ch 1: Creating Java Programs
 Ch 2: Using Data
 Ch 3: Using Methods, Classes, and Objects
 Ch 4: More Object Concepts
 Ch 5: Making Decisions
 Ch 6: Looping
 Ch 7: Characters, Strings, and the StringBuilder
 Ch 8: Arrays
 Ch 9: Advanced Array Concepts
 Ch 10: Introduction to Inheritance
 Ch 11: Advanced Inheritance Concepts
 Ch 12: Exception Handling
 Ch 13: File Input and Output
 Ch 14: Introduction to Swing Components
 Ch 15: Advanced GUI Topics
 Ch 16: Graphics
 Appendix A: Working with the Java Platform
 Appendix B: Data Representation
 Appendix C: Formatting Output
 Appendix D: Generating Random Numbers
 Appendix E: Javadoc