Skip to content

Java Essentials for C and C++ Programmers

Best in textbook rentals since 2012!

ISBN-10: 020147946X

ISBN-13: 9780201479461

Edition: 1996

Authors: Barry Boone

List price: $19.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This book will help you learn Java & #153; in the most efficient way possible - by building on your C and C++ programming experience. It points out areas where Java is strikingly similar to the two languages, such as implementing behavior operators and control flow, and areas where they completely diverge, such as garbage collection, threads, and exceptions. Using this approach, the book covers all essential Java concepts and techniques: the class libraries, memory management, the use of objects instead of unions and pointers, coding without Goto statements, accessing external libraries, the Java API, multithreading, and more.
Customers also bought

Book details

List price: $19.95
Copyright year: 1996
Publisher: Addison Wesley Professional
Publication date: 4/16/1996
Binding: Paperback
Pages: 336
Size: 7.50" wide x 9.00" long x 1.00" tall
Weight: 1.100
Language: English

Acknowledgments
Introduction
The Philosophy of Java
How Java Implements Object-Oriented Programming
Language Foundations
Development Cycles
Java Environments
Text-Based Applications
Graphical Applications
Applets on the Web
Designing Your Classes
Implementing Your Classes
More Power to You
Covering the Rest of It
Working with Java's Packages
Writing for the Web
Appendix A: Compiling and Running Java Applications
Appendix B: Java Source Code
Appendix C: Combining Java and C
Appendix D: Web Resources
Index