๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Java and Object Orientation: An Introduction

โœ Scribed by John Hunt BSc, PhD, MBCS, CEng (auth.)


Publisher
Springer London
Year
1998
Tongue
English
Leaves
467
Series
Applied Computing
Edition
1st Edition
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Java and Object Orientation: An Introduction is an introduction to object orientation for computer science students and those actively involved in the software industry. Object Orientation is discussed before the author goes on to introduce Java and, throughout, object oriented concepts are illustrated through the Java language with examples for the reader to follow. Design is included as well as coding, and guidance is given on how to build OO applications in Java. The construction of applications, not just applets is discussed in detail, showing how to turn any application into an applet. Java style guidelines are included, meeting the latest release of Java. This book provides guidance on how to build object oriented applications in Java and will be a valuable reference for undergraduates being introduced to object orientation and Java. It will also be of interest to those professionals who wish to convert to (or learn about) object orientation and Java.

โœฆ Table of Contents


Front Matter....Pages i-xxii
Front Matter....Pages 1-1
Introduction to Object Orientation....Pages 3-25
Elements of Object Orientation....Pages 27-33
Constructing an Object Oriented System....Pages 35-46
Front Matter....Pages 47-47
A Brief History of Time, the Universe and Java....Pages 49-56
A Little Java....Pages 57-65
Java Building Blocks....Pages 67-85
Java Constructs....Pages 87-97
An Example Java Class....Pages 99-104
Front Matter....Pages 105-105
Classes, Inheritance and Abstraction....Pages 107-117
Encapsulation and Polymorphism....Pages 119-126
Data Structures....Pages 127-142
Defining Collection Classes....Pages 143-152
Front Matter....Pages 153-153
Control and Iteration....Pages 155-164
An Object Oriented Organizer....Pages 165-170
Streams and Files....Pages 171-186
Serialization....Pages 187-198
Observers and Observables....Pages 199-208
Front Matter....Pages 209-209
Graphic Programming Using the Abstract Window Toolkit....Pages 211-225
User Interface Programming....Pages 227-238
Managing Component Layout....Pages 239-248
Front Matter....Pages 209-209
A GUI Case Study....Pages 249-262
Combining Graphics and GUI Components....Pages 263-288
Applets and the Internet....Pages 289-301
Front Matter....Pages 303-303
Java Style Guidelines....Pages 305-318
Exception Handling....Pages 319-327
Concurrency....Pages 329-339
Front Matter....Pages 341-341
Object Oriented Analysis and Design....Pages 343-351
The Unified Modeling Language....Pages 353-374
The Object Modeling Technique....Pages 375-399
Front Matter....Pages 401-401
Areas of Java and Object Technology not Covered....Pages 403-413
The Future for Object Technology....Pages 415-425
Back Matter....Pages 427-473

โœฆ Subjects


Programming Languages, Compilers, Interpreters; Programming Techniques


๐Ÿ“œ SIMILAR VOLUMES


Java and Object Orientation: An Introduc
โœ John Hunt (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Springer-Verlag London ๐ŸŒ English

<p><B>Java and Object Orientation: An Introduction</B> (2nd edition) shows readers how to build object oriented applications in Java. Written in a clear and concise style, with lots of examples, this revised edition provides:<BR>- A detailed understanding of object orientation<BR>- A thorough introd

Java for Practitioners: An Introduction
โœ John Hunt BSc, PhD, MBCS, CEng (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› Springer-Verlag London ๐ŸŒ English

<p><B>Java for Practitioners</B> doesn just provide an introduction to Java, it also tells you all about object orientation. One of the biggest problems with many of the Java books currently on the market is that they only teach the language and ignore the object orientation aspects (or at best just

An Introduction to Object-Oriented Progr
โœ C. Thomas Wu ๐Ÿ“‚ Library ๐Ÿ“… 2009 ๐Ÿ› McGraw-Hill Higher Education ๐ŸŒ English

An Introduction to Object-Oriented Programming with Java takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes. Wu

An Introduction to Object-Oriented Progr
โœ C. Thomas Wu ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐Ÿ› McGraw-Hill Higher Education ๐ŸŒ English

"An Introduction to Object-Oriented Programming with Java" takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes. Wu uses