The Java Tutorial: A Short Course on the Basics - Softcover

Campione, Mary; Walrath, Kathy; Huml, Alison

  • 3.06 out of 5 stars
    17 ratings by Goodreads
 
9780201703931: The Java Tutorial: A Short Course on the Basics

Synopsis

(Pearson Education) A hands-on guide to proficiency with Java, with clear explanations of fundamentals such as objects, classes and data structures. The CD-ROM contains 3 Java tutorial books in HTML, all major versions of the Java platform, and more. Softcover. DLC: Java (Computer program language).

"synopsis" may belong to another edition of this title.

About the Author

Mary Campione is a senior technical writer at Sun Microsystems, where she has been writing about the Java Platform sine 1995. Mary graduated from California Polytechnic, San Luis Obispo, with a B.S. in Computer Science; she has been a technical writer and programmer for 13 years. She specializes in writing programmer's documentation for emerging software technologies. Among her other books, she is co-author of PostScript by Example, which received a five-star rating from PC Report.

Kathy Walrath is a senior technical writer on the Swing team at Sun Microsystems. After graduating from the University of California, Berkeley, with a B.S. in Electrical Engineering and Computer Science, Kathy wrote extensively about Unix, Mach, and NextStep. Since 1993, Kathy has been writing specifications and how-to guides for the Java platform.

0201703939AB04062001

From the Back Cover

Praise for The Java™ Tutorial, Second Edition

"This book stands above the rest because it has been available on the web and read by thousands of Java programmers. The authors have received an enormous amount of feedback about which sections are good and which sections are confusing; the confusing ones have been improved. I doubt that any other Java book has undergone such trial by fire....Written by members of the Java Software team at Sun Microsystems, the book uses an interactive approach to help you learn the Java platform by example.

Since its first online release in 1995, the material in The Java™ Tutorial has been updated continuously to reflect reader feedback and new releases of the Java platform. This third edition has been thoroughly updated to cover v1.3 of the Java Platform, Standard Edition, as well as preceding versions as early as JDK 1.1.

You will find clear explanations of such fundamentals as objects, classes, and data structures. In addition, the book provides introductions to object-oriented programming, applet construction, and user interface design. Other topics include exceptions, I/O, and threads. To help beginners avoid many common mistakes, an entire chapter is devoted to programming problems and their solutions. Convenient summaries at the end of each section are new to this edition. Also new for this edition are "Questions and Exercises" sections to help you practice what you learn. The accompanying CD-ROM is filled with valuable resources, including:
  • All three Java™ Tutorial books in HTML: The Java™ Tutorial, The Java™ Tutorial Continued, and The JFC Swing Tutorial.
  • All major versions of the Java platform, versions 1.0.2 through 1.3 for the Solaris and Win32 platforms. The latest Java platform for Linux, Standard Edition v1.3, is also included.
  • API documentation for the Java platform.
  • Source code for all examples.

    After working through the lessons in this proven tutorial, you will be well prepared to use the Java programming language in your school or workplace.



    0201703939B04062001
  • From the Inside Flap

    Since the release of the Java Development Kit in May of 1995, the engineering team at Sun Microsystems has been hard at work improving and enhancing the Java platform. We have been similarly laboring to update The Java Tutorial to reflect the work of the engineers.

    From the first page to the last, this edition now documents the APIs in the Java 2 SDK, Standard Edition, v 1.3. We have fully integrated SDK 1.3 updates into the text, plus we've added questions and exercises to help you practice what you learn. To help beginners avoid many common mistakes, an entire chapter is devoted to programming problems and their solutions. Convenient summaries at the end of each section are also new to this edition.

    Like the first and second editions, this book is based on the online tutorial hosted at Sun Microsystem's Web site for the Java platform.Unlike the online version, this book solely focuses on the APIs needed by most beginning to intermediate programmers. Once you've mastered the material in this book, you can explore the rest of the Java platform on the Web site.

    Our intent has always been to create a fun, easy-to-read, task-oriented programmer's guide with lots of practical examples to help people learn to program. Who Should Read This Book?

    The book is geared towards both novice and experienced programmers.

    New programmers can benefit most by reading the book from beginning to end, including the step by step instructions for compiling and running your first program in Getting Started (page 1). Programmers experienced with procedural languages such as C may wish start with the material on object-oriented concepts and features of the Java programming language. Experienced object programmers may want to jump feet first into more advanced trails, such as those on applets, essential classes, or user interfaces.

    No matter what type of programmer you are, you can find a path through this book that fits your learning requirements. How to Use This Book

    This book is designed so that you can either read it straight through or skip around from topic to topic. Whenever a topic is discussed in another place, you'll see a link to that place in the tutorial. Links are underlined and are followed by page numbers, like this: What Can Java Technology Do? (page 5).

    All the sample code used in this book is available online and on the accompanying CD. The CD icon in the margin indicates that the code is available. At the end of each chapter there is also a "Code Sample" section with a table that specifies the locations of the examples on the CD and online.

    We're dedicated to keeping this book up-to-date with the most current information.

    Excerpt. © Reprinted by permission. All rights reserved.

    PREFACE Since the release of the Java Development Kit in May of 1995, the engineering team at Sun Microsystems has been hard at work improving and enhancing the Java platform. We have been similarly laboring to update The Java Tutorial to reflect the work of the engineers. From the first page to the last, this edition now documents the APIs in the Java 2 SDK, Standard Edition, v 1.3. We have fully integrated SDK 1.3 updates into the text, plus we've added questions and exercises to help you practice what you learn. To help beginners avoid many common mistakes, an entire chapter is devoted to programming problems and their solutions. Convenient summaries at the end of each section are also new to this edition. Like the first and second editions, this book is based on the online tutorial hosted at Sun Microsystem's Web site for the Java platform. http://java.sun.com/docs/books/tutorial/index.html Like the online version, this book reflects the latest advances in Java technology. Unlike the online version, this book solely focuses on the APIs needed by most beginning to intermediate programmers. Once you've mastered the material in this book, you can explore the rest of the Java platform on the Web site. Our intent has always been to create a fun, easy-to-read, task-oriented programmer's guide with lots of practical examples to help people learn to program. Who Should Read This Book? The book is geared towards both novice and experienced programmers. * New programmers can benefit most by reading the book from beginning to end, including the step by step instructions for compiling and running your first program in Getting Started (page 1). * Programmers experienced with procedural languages such as C may wish start with the material on object-oriented concepts and features of the Java programming language. * Experienced object programmers may want to jump feet first into more advanced trails, such as those on applets, essential classes, or user interfaces. No matter what type of programmer you are, you can find a path through this book that fits your learning requirements. How to Use This Book This book is designed so that you can either read it straight through or skip around from topic to topic. Whenever a topic is discussed in another place, you'll see a link to that place in the tutorial. Links are underlined and are followed by page numbers, like this: What Can Java Technology Do? (page 5). All the sample code used in this book is available online and on the accompanying CD. The CD icon in the margin indicates that the code is available. At the end of each chapter there is also a "Code Sample" section with a table that specifies the locations of the examples on the CD and online. We're dedicated to keeping this book up-to-date with the most current information. To learn what's new since this book went to press, visit the following URL: http://java.sun.com/docs/books/tutorial/books/3e/index.html

    "About this title" may belong to another edition of this title.