Items related to The Java Tutorial Continued: The Rest of the Jdk

The Java Tutorial Continued: The Rest of the Jdk - Softcover

  • 3.71 out of 5 stars
    7 ratings by Goodreads
 
9780201485585: The Java Tutorial Continued: The Rest of the Jdk

Synopsis

The Java(tm) Tutorial Continued provides accurate, up-to-date coverage of features added to the original core Java platform. Written by the experts, The Java Tutorial Continued employs a hands-on, self-paced, example-driven approach. This book concentrates on JDK 1.2 APIs but also contains the information you need to use the JDK 1.1 versions of the APIs.

The tutorial books, including this book and The Java Tutorial, are the definitive programmers' guides to the core JDK. This book covers a road spectrum of JDK features, including:

The Java Collections Framework
Internationalization
2D Graphics and Sound
JavaBeans(tm)
IDL (Interface Definition Language), which adds CORBA capabilities to the Java platform
Database connectivity through the JDBC(tm)
RMI (Remote Method Invocation)
Security
JNI (Java Native Interface)
Reflection
Other topics such as JAR, the Standard Extension Mechanism, and Servlets

The accompanying CD-ROM contains all the material from both The Java Tutorial and The Java Tutorial Continued in HTML, including the source code for all of the examples. The CD-ROM also has much more, including the JDK and everything you need to start programming with JDK 1.2.

You will come away from this tutorial with an excellent conceptual understanding of the JDK, along with the practical know-how to put the Java platform to work for you.

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

About the Author

Mary Campione was formerly a senior technical writer at Sun Microsystems, where she started writing about the Java platform in 1995. Mary graduated from California Polytechnic, San Luis Obispo, with a B.S. in Computer Science and has worked as both a technical writer and programmer. 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.

Alison Huml is a technical writer at Sun Microsystems, where she joined The Java Tutorial team in 1997 and also works with the Security team. Alison received her B.A. in English from the University of California, Berkeley, and is currently pursuing her master's degree in Computer Science at Mills College.



0201485583AB11062003

From the Back Cover

The Java(tm) Tutorial Continued provides accurate, up-to-date coverage of features added to the original core Java platform. Written by the experts, The Java Tutorial Continued employs a hands-on, self-paced, example-driven approach. This book concentrates on JDK 1.2 APIs but also contains the information you need to use the JDK 1.1 versions of the APIs.

The tutorial books, including this book and The Java Tutorial, are the definitive programmers' guides to the core JDK. This book covers a broad spectrum of JDK features, including:

  • The Java Collections Framework
  • Internationalization
  • 2D Graphics and Sound
  • JavaBeans(tm)
  • IDL (Interface Definition Language), which adds CORBA capabilities to the Java platform
  • Database connectivity through the JDBC(tm)
  • RMI (Remote Method Invocation)
  • Security
  • JNI (Java Native Interface)
  • Reflection
  • Other topics such as JAR, the Standard Extension Mechanism, and Servlets

The accompanying CD-ROM contains all the material from both The Java Tutorial and The Java Tutorial Continued in HTML, including the source code for all of the examples. The CD-ROM also has much more, including the JDK and everything you need to start programming with JDK 1.2.

You will come away from this tutorial with an excellent conceptual understanding of the JDK, along with the practical know-how to put the Java platform to work for you.



0201485583B04062001

From the Inside Flap

As the title implies, this volume of The Java Tutorial starts where the first ended. The first book covers API present in the Java platform's first release.

This book covers API subsequently added to the Java platform.

This book is a collection of tutorials written by Java team members. Each author who contributed to this book is an authority in his or her area of the Java platform. Some authors are even the creators of the API they describe.

The hyperlinked origins of this book will be evident as you read it. For instance, underlined phrases throughout this book mimic online links. A link to material within this book is followed by the appropriate page number. A link to material outisde this book, such as to the JDK API documentation, is accompanied by a footnote that contains a URL. Other evidence of this book's online origin can be found on the first page of each trail/lesson, which provides the URL where the trail/lesson can be found in the online tutorial.

You might be wondering why we use the terms "trails" and "lessons." We know that people don't learn linearly. People learn by posing a problem, solving it, uncovering other problems, solving them, and learning information as the need arises. Our original vision for the online tutorial was to encourage and enable this type of thinking and learning. We envisioned a mountain of ski trails, where at any junction, a reader could choose the most interesting or appropriate path at that time. But we also needed some sort of structure and organization, so we created a two-tier hierarchy; trails at the top level and lessons within them. We also use a high level of linking to help you pick and choose where you go and when.

What You Need

This book documents the Java Development Kit TM (JDK) 1.2 release of the Java platform. To compile and run the examples in this book you need a development environment that is compatible with JDK 1.2. You can use a commercially available development environment or the JDK itself. We've included JDK 1.2 on the CD-ROM that accompanies this book.The Java Plug-in ensures that your browser uses the latest Java Runtime Environment compatible with JDK 1.2.

Finally, you need an editor that can save files in ASCII format with a .java extension. Also, the editor must allow you to specify both uppercase and lowercase letters in the filename.

About the Authors

Find out more about the authors who contributed to this book.

Deborah Adair, author of Working with Java 2D Graphics and Java Sound

Deborah Adair, the technical writer for the Java Media group at Sun Microsystems, specializes in designing and writing documentation for software developers and other highly technical readers. She has a degree in Scientific and Technical Communication from the University of Washington and has been writing for the computer industry for the past nine years.

Cindy Bloch, author of Servlets

Cynthia Bloch writes technical documentation at Sun Microsystems' Java Software division. She has a Master's in Information Science from the University of Pittsburgh. Since graduate school she has worked as a Senior Software Engineer at Carnegie Group Incorporated in Pittsburgh, Pennsylvania, and as a Senior Technical Trainer at Transarc Corporation in Pittsburgh, Pennsylvania.

Joshua Bloch, author of Collections

Joshua Bloch is a Senior Staff Engineer at Sun Microsystems' Java Software division, where he works as an architect in the Java Language Group. His major contributions include the Collections Framework and java.math.

In a former life, Josh was a Senior Systems Designer at Transarc Corporation in Pittsburgh, Pennsylvania, where he designed and implemented many parts of the Encina distributed transaction processing system. In the deep dark past, he held summer positions at the usual corporate research labs (Bell Labs and IBM Research).

Josh holds a Ph.D. in computer science from Carnegie-Mellon University, where he wrote a long, boring dissertation on replication, and designed and implemented the language layer of the Camelot distributed transaction processing system. He holds a B.S. in computer science from Columbia.

Mary Dageforde, author of Security

Mary Dageforde writes software documentation for various Silicon Valley computer companies, including Sun Microsystems. She has a Master's in Computer Science from Stanford University. She spent ten years working primarily on the design and implementation of the English-like customer programming language for the pioneering Xerox Star GUI environment and its successors. For the past eight years she has concentrated on documenting APIs, languages, tools, and systems.

Maydene Fisher, author of JDBC Database Access

Maydene Fisher has extensive experience as a technical writer specializing in the documentation of object-oriented programming languages. Fisher began her technical writing career on Wall Street, where she documented complex computer models, written in C++, for simulating fixed income derivatives. Before joining the JDBC team at Sun's Java Software division, she wrote documentation for ScriptX, an object-oriented multimedia scripting language, at Kaleida Labs and at Apple Computer. Dale Green Author of Internationalization and The Reflection API

Dale Green is a staff writer with Sun Microsystems, where he documents APIs for the Java programming language. In previous lives he programmed business applications, designed databases, taught technical classes, and documented RDBMS products. In his current incarnation he writes about internationalization and reflection APIs for the Java Tutorial.

Jim Inscore, author of Programming with Java IDL

Jim Inscore has worked as a technical writer for the past 18 years, documenting API for NeXT, Kaleida, Macromedia, Oracle, Objectivity, and a number of other companies. He is currently publications manager for enterprise, server, and multimedia technologies in Java Software.

In his spare time, Jim hangs out with his family and works on remodeling his house.

Monica Pawlan, author of Overview of JDK Features and Reference Objects

Monica Pawlan is a staff writer for the Java Developer Connection (JDC), and contributing author for the Java Tutorial. She has a background in 2D and 3D graphics, security, and database products, and loves to study and write about emerging technologies. When not writing, she spends her spare time gardening, studying classical piano, and dreaming of far away places--some of which she occasionally visits.

Andrew Quinn, author of JavaBeans: Java Platform Components

Andy Quinn is a Sun Microsystems technical writer who specializes in writing for software developers.

Alan Sommerer Author of The Java Archive (JAR) File Format and The Java Extension Mechanism

Before moving to Silicon Valley, Alan Sommerer was a physicist on the staff of the International Institute of Theoretical and Applied Physics at Iowa State University. After moving to California, he joined Warthman Associates in Palo Alto, where he did technical writing and applet programming for a variety of high- tech firms. Alan now writes documentation about the Java Development Kit for Sun Microsystems.

Beth Stearns, author of Using the Java Native Interface

Beth Stearns is the president of Computer Ease Publishing, a computer consulting firm she founded in 1982. Her client list includes Sun Microsystems Inc., Silicon Graphics Inc., Oracle Corporation, and Xerox Corporation, among others. Her Understanding EDT, a guide to Digital Equipment Corporation's text editor, has sold throughout the world. She received her B.S. degree from Cornell University and a Master's degree from Adelphi University.

Beth is an avid cyclist, hiker, gourmet cook, and Francophile, and she plans to retire with her two cats and husband to the southwest of France.

Jim Waldo, co-author of Using Java RMI

Jim Waldo is a Senior Staff Engineer with Sun Microsystems, where he leads a team developing a distributed programming infrastructure for Java. Before joining Sun's Java Software division, he was a Principle Investigator in Sun Labs, doing research into the areas of object-oriented programming and systems, distributed computing, and user environments. Jim is also on the faculty of Harvard University, where he teaches distributed computing in the department of computer science. He received his Ph.D. in philosophy from the University of Massachusetts (Amherst). He also holds M.A. degrees in both linguistics and philosophy.

Ann Wollrath, co-author of Using Java RMI

Ann Wollrath is a senior staff engineer with Sun Microsystems where she is the architect and project lead of the Java Remote Method Invocation system. Previously during her tenure at Sun Microsystems Laboratories and at the MITRE Corporation, she researched reliable, largenscale distributed systems and parallel computation. Wollrath received an M.S. in computer science from the University of Massachusetts, Lowell, and a B.S. in computer science from Merrimack College.

Acknowledgments

The editors would like to thank the authors who contr

Excerpt. © Reprinted by permission. All rights reserved.

As the title implies, this volume of The Java Tutorial starts where the first ended. The first book covers API present in the Java platform's first release.

This book covers API subsequently added to the Java platform.

This book is a collection of tutorials written by Java team members. Each author who contributed to this book is an authority in his or her area of the Java platform. Some authors are even the creators of the API they describe.

The content of this book is available online, along with the content of the first volume here:

http://java.sun.com/docs/books/tutorial/index.html

From the online tutorial to the first volume, and from the first volume to this one, 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 using the Java platform.

The hyperlinked origins of this book will be evident as you read it. For instance, underlined phrases throughout this book mimic online links. A link to material within this book is followed by the appropriate page number. A link to material outisde this book, such as to the JDK API documentation, is accompanied by a footnote that contains a URL. Other evidence of this book's online origin can be found on the first page of each trail/lesson, which provides the URL where the trail/lesson can be found in the online tutorial.

You might be wondering why we use the terms "trails" and "lessons." We know that people don't learn linearly. People learn by posing a problem, solving it, uncovering other problems, solving them, and learning information as the need arises. Our original vision for the online tutorial was to encourage and enable this type of thinking and learning. We envisioned a mountain of ski trails, where at any junction, a reader could choose the most interesting or appropriate path at that time. But we also needed some sort of structure and organization, so we created a two-tier hierarchy; trails at the top level and lessons within them. We also use a high level of linking to help you pick and choose where you go and when.

What You Need

This book documents the Java Development Kit TM (JDK) 1.2 release of the Java platform. To compile and run the examples in this book you need a development environment that is compatible with JDK 1.2. You can use a commercially available development environment or the JDK itself. We've included JDK 1.2 on the CD-ROM that accompanies this book. Or you might want to visit the Java Web side to download the latest version of the JDK:

http://java.sun.com/products/jdk/1.2/

If you are using the JDK provided by Sun Microsystems, you will need one of the following systems:

  • Microsoft Windows 95/ NT 4.0 running on Intel (or compatible) x86
  • Solaris 2.4, or 2.5 running on SPARC
  • Solaris 2.5 running on x86

If you are developing applets, you will need a browser that supports the 1.2 API, or install the Java Plug-in. The Java Plug-in ensures that your browser uses the latest Java Runtime Environment compatible with JDK 1.2. The Java Plug-in is included on the CD-ROM that accompanies this book and is also available online here:

http://java.sun.com/products/plugin/

For testing applets, you could also use a special limited browser called the Applet Viewer that ships with the JDK.

Finally, you need an editor that can save files in ASCII format with a .java extension. Also, the editor must allow you to specify both uppercase and lowercase letters in the filename.

About the Authors

Find out more about the authors who contributed to this book.

Deborah Adair, author of Working with Java 2D Graphics and Java Sound

Deborah Adair, the technical writer for the Java Media group at Sun Microsystems, specializes in designing and writing documentation for software developers and other highly technical readers. She has a degree in Scientific and Technical Communication from the University of Washington and has been writing for the computer industry for the past nine years.

Cindy Bloch, author of Servlets

Cynthia Bloch writes technical documentation at Sun Microsystems' Java Software division. She has a Master's in Information Science from the University of Pittsburgh. Since graduate school she has worked as a Senior Software Engineer at Carnegie Group Incorporated in Pittsburgh, Pennsylvania, and as a Senior Technical Trainer at Transarc Corporation in Pittsburgh, Pennsylvania.

Joshua Bloch, author of Collections

Joshua Bloch is a Senior Staff Engineer at Sun Microsystems' Java Software division, where he works as an architect in the Java Language Group. His major contributions include the Collections Framework and java.math.

In a former life, Josh was a Senior Systems Designer at Transarc Corporation in Pittsburgh, Pennsylvania, where he designed and implemented many parts of the Encina distributed transaction processing system. In the deep dark past, he held summer positions at the usual corporate research labs (Bell Labs and IBM Research).

Josh holds a Ph.D. in computer science from Carnegie-Mellon University, where he wrote a long, boring dissertation on replication, and designed and implemented the language layer of the Camelot distributed transaction processing system. He holds a B.S. in computer science from Columbia.

Mary Dageforde, author of Security

Mary Dageforde writes software documentation for various Silicon Valley computer companies, including Sun Microsystems. She has a Master's in Computer Science from Stanford University. She spent ten years working primarily on the design and implementation of the English-like customer programming language for the pioneering Xerox Star GUI environment and its successors. For the past eight years she has concentrated on documenting APIs, languages, tools, and systems.

Maydene Fisher, author of JDBC Database Access

Maydene Fisher has extensive experience as a technical writer specializing in the documentation of object-oriented programming languages. Fisher began her technical writing career on Wall Street, where she documented complex computer models, written in C++, for simulating fixed income derivatives. Before joining the JDBC team at Sun's Java Software division, she wrote documentation for ScriptX, an object-oriented multimedia scripting language, at Kaleida Labs and at Apple Computer.

Dale Green Author of Internationalization and The Reflection API

Dale Green is a staff writer with Sun Microsystems, where he documents APIs for the Java programming language. In previous lives he programmed business applications, designed databases, taught technical classes, and documented RDBMS products. In his current incarnation he writes about internationalization and reflection APIs for the Java Tutorial.

Jim Inscore, author of Programming with Java IDL

Jim Inscore has worked as a technical writer for the past 18 years, documenting API for NeXT, Kaleida, Macromedia, Oracle, Objectivity, and a number of other companies. He is currently publications manager for enterprise, server, and multimedia technologies in Java Software.

In his spare time, Jim hangs out with his family and works on remodeling his house.

Monica Pawlan, author of Overview of JDK Features and Reference Objects

Monica Pawlan is a staff writer for the Java Developer Connection (JDC), and contributing author for the Java Tutorial. She has a background in 2D and 3D graphics, security, and database products, and loves to study and write about emerging technologies. When not writing, she spends her spare time gardening, studying classical piano, and dreaming of far away places--some of which she occasionally visits.

Andrew Quinn, author of JavaBeans: Java Platform Components

Andy Quinn is a Sun Microsystems technical writer who specializes in writing for software developers.

Alan Sommerer Author of The Java Archive (JAR) File Format and The Java Extension Mechanism

Before moving to Silicon Valley, Alan Sommerer was a physicist on the staff of the International Institute of Theoretical and Applied Physics at Iowa State University. After moving to California, he joined Warthman Associates in Palo Alto, where he did technical writing and applet programming for a variety of high- tech firms. Alan now writes documentation about the Java Development Kit for Sun Microsystems.

Beth Stearns, author of Using the Java Native Interface

Beth Stearns is the president of Computer Ease Publishing, a computer consulting firm she founded in 1982. Her client list includes Sun Microsystems Inc., Silicon Graphics Inc., Oracle Corporation, and Xerox Corporation, among others. Her Understanding EDT, a guide to Digital Equipment Corporation's text editor, has sold throughout the world. She received her B.S. degree from Cornell University and a Master's degree from Adelphi University.

Beth is an avid cyclist, hiker, gourmet cook, and Francophile, and she plans to retire with her two cats and husband to the southwest of France.

Jim Waldo, co-author of Using Java RMI

Jim Waldo is a Senior Staff Engineer with Sun Microsystems, where he leads a team developing a distributed programming infrastructure for Java. Before joining Sun's Java Software division, he was a Principle Investigator in Sun Labs, doing research into the areas of object-oriented programming and systems, distributed computing, and user environments. Jim is also on the faculty of Harvard University, where he teaches distributed computing in the department of computer science. He received his Ph.D. in philosophy from the University of Massachusetts (Amherst). He also holds M.A. degrees in both linguistics and philosophy.

Ann Wollrath, co-author of Using Java RMI

Ann Wollrath is a senior staff engineer with Sun Microsystems where she is the architect and project lead of the Java Remote Method Invocation system. Previously during her tenure at Sun Microsystems Laboratories and at the MITRE Corporation, she researched reliable, largenscale distributed systems and parallel computation. Wollrath received an M.S. in computer science from the University of Massachusetts, Lowell, and a B.S. in computer science from Merrimack College.

Acknowledgments

The editors would like to thank the authors who contributed to this volume. Their work on this book was in addition to their normal, crazy workload. We appreciate their hard work and enthusiasm for this project.

Our reviewers include a patient group of readers at Sun Microsystems, and our Internet readers who send us email to cheerfully point out our errors and help us revise our awkward sentences. In particular, we'd like to thank Tim Lindholm and Lisa Friendly for helping to review the trails in this book.

Our team managers, Lisa Friendly, Rick Levenson, and Stans Kleijnen, create a supportive work environment that helps us get our job done. Mike Hendrickson, our editorial advisor at Addison-Wesley, is a constant motivator. Sarah Weaver was the wonderful production manager on the book who kept us on schedule.

Evelyn Pyle was our eagle-eyed copy editor. The whole team at Addison-Wesley have been a pleasure to work with and continually strive for excellence on this and the other books in the series.



0201485583P04062001

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

  • PublisherAddison-Wesley Professional
  • Publication date1999
  • ISBN 10 0201485583
  • ISBN 13 9780201485585
  • BindingPaperback
  • LanguageEnglish
  • Number of pages950
  • Rating
    • 3.71 out of 5 stars
      7 ratings by Goodreads

Buy Used

Condition: Good
Used book that is in clean, average...
View this item

FREE shipping within U.S.A.

Destination, rates & speeds

Buy New

View this item

US$ 50.80 shipping from Germany to U.S.A.

Destination, rates & speeds

Search results for The Java Tutorial Continued: The Rest of the Jdk

Stock Image

Campione, Mary, Tutorial Team, Walrath, Kathy, Huml, Alison
Published by Pearson Education, Limited, 1998
ISBN 10: 0201485583 ISBN 13: 9780201485585
Used Softcover

Seller: Better World Books, Mishawaka, IN, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. Used book that is in clean, average condition without any missing pages. Seller Inventory # 3148271-6

Contact seller

Buy Used

US$ 4.71
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Campione, Mary; Walrath, Kathy; Huml, Alison
Published by Addison-Wesley Professional, 1999
ISBN 10: 0201485583 ISBN 13: 9780201485585
Used Paperback

Seller: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 3.75. Seller Inventory # G0201485583I4N00

Contact seller

Buy Used

US$ 7.09
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Campione, Mary, Walrath, Kathy, Huml, Alison, Tutorial Team
Published by Addison-Wesley Professional, 1999
ISBN 10: 0201485583 ISBN 13: 9780201485585
Used Softcover

Seller: Wonder Book, Frederick, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. Good condition. With CD! A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains. NOT AVAILABLE FOR SHIPMENT OUTSIDE OF THE UNITED STATES. Seller Inventory # L03D-01958

Contact seller

Buy Used

US$ 8.41
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Campione, Mary, Walrath, Kathy, Huml, Alison, Tutorial Team
Published by Addison-Wesley Professional, 1999
ISBN 10: 0201485583 ISBN 13: 9780201485585
Used Softcover

Seller: Wonder Book, Frederick, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Like New condition. With CD! A near perfect copy that may have very minor cosmetic defects. NOT AVAILABLE FOR SHIPMENT OUTSIDE OF THE UNITED STATES. Seller Inventory # S13Q-00046

Contact seller

Buy Used

US$ 8.41
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Campione, Mary,Walrath, Kathy,Huml, Alison
Published by Addison-Wesley Professional, 1999
ISBN 10: 0201485583 ISBN 13: 9780201485585
Used paperback

Seller: HPB-Red, Dallas, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

paperback. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority! Seller Inventory # S_356857219

Contact seller

Buy Used

US$ 5.00
Convert currency
Shipping: US$ 3.75
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Mary Campione, Kathy Walrath, Alison Huml et Tutorial Team
Published by Addison Wesley, 1999
ISBN 10: 0201485583 ISBN 13: 9780201485585
Used Softcover

Seller: Ammareal, Morangis, France

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Softcover. Condition: Très bon. Ancien livre de bibliothèque. Légères traces d'usure sur la couverture. Salissures sur la tranche. Edition 1999. Ammareal reverse jusqu'à 15% du prix net de cet article à des organisations caritatives. ENGLISH DESCRIPTION Book Condition: Used, Very good. Former library book. Slight signs of wear on the cover. Stains on the edge. Edition 1999. Ammareal gives back up to 15% of this item's net price to charity organizations. Seller Inventory # E-143-378

Contact seller

Buy Used

US$ 3.14
Convert currency
Shipping: US$ 9.60
From France to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Kathy Walrath
Published by Addison Wesley Pub Co Inc, 1998
ISBN 10: 0201485583 ISBN 13: 9780201485585
New Taschenbuch

Seller: unifachbuch e.K., Köln, NRW, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Taschenbuch. Condition: Neu. Unbenutzte Restauflage Unbenutzt. Schnelle Lieferung, Kartonverpackung. Abzugsfähige Rechnung. Bei Mehrfachbestellung werden die Versandkosten anteilig erstattet. -The Java(tm) Tutorial Continued provides accurate, up-to-date coverage of features added to the original core Java platform. Written by the experts, The Java Tutorial Continued employs a hands-on, self-paced, example-driven approach. This book concentrates on JDK 1. 2 APIs but also contains the information you need to use the JDK 1. 1 versions of the APIs. The tutorial books, including this book and The Java Tutorial, are the definitive programmers' guides to the core JDK. This book covers a broad spectrum of JDK features 950 pp. Englisch. Seller Inventory # INF1000034212

Contact seller

Buy New

US$ 3.43
Convert currency
Shipping: US$ 50.80
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Mary Campione, Kathy Walrath, Alison Huml
Published by Pearson Education (US), 1998
ISBN 10: 0201485583 ISBN 13: 9780201485585
Used Softcover

Seller: Buchpark, Trebbin, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Gut. Zustand: Gut - Gebrauchs- und Lagerspuren. Außen: verschmutzt, angestoßen, Knick. Innen: Seiten verschmutzt. Aus der Auflösung einer renommierten Bibliothek. Kann Stempel beinhalten. | Seiten: 976 | Sprache: Englisch | Produktart: Bücher. Seller Inventory # 1555065/203

Contact seller

Buy Used

US$ 9.29
Convert currency
Shipping: US$ 50.80
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

Stock Image

MARY CAMPIONE
Published by PEARSON EDUCACION, 1999
ISBN 10: 0201485583 ISBN 13: 9780201485585
Used Softcover

Seller: OM Books, Sevilla, SE, Spain

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: usado - bueno. Seller Inventory # 9780201485585

Contact seller

Buy Used

US$ 405.80
Convert currency
Shipping: US$ 66.03
From Spain to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket