Logo

Programming Principles in Java: Architectures and Interfaces

Small book cover: Programming Principles in Java: Architectures and Interfaces

Programming Principles in Java: Architectures and Interfaces
by

Publisher: Kansas State University
Number of pages: 748

Description:
This is a textbook for a first course for future computing scientists and professional programmers. Professional programmers should understand how to employ three forms of structure: control structures, data structures, and component structures. In this text the author emphasizes component structures over the other two forms.

Home page url

Download or read it online for free here:
Download link
(multiple PDF files)

Similar books

Book cover: Java PreciselyJava Precisely
by - IT University of Copenhagen
This is a concise description of the Java programming language, version 1.1 and later. It is a quick reference for the reader who has already learned (or is learning) Java from a standard textbook and who wants to know the language in more detail.
(22103 views)
Book cover: Data Structures and Algorithms with Object-Oriented Design Patterns in JavaData Structures and Algorithms with Object-Oriented Design Patterns in Java
by - Wiley
Author presents the fundamentals of data structures and algorithms from an object-oriented perspective. The text promotes object-oriented design using Java and illustrates the use of the latest object-oriented design patterns.
(18479 views)
Book cover: HTTP Programming Recipes for Java BotsHTTP Programming Recipes for Java Bots
by - Heaton Research, Inc.
Java allows you to program HTTP directly. These programs, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for Java bot programming.
(20388 views)
Book cover: Concurrent Programming Using JavaConcurrent Programming Using Java
by
An introduction to using Java in concurrent or multithreaded applications. Topics covered are race conditions when threads share data, critical sections, mutual exclusion, semaphores, monitors, message passing, the rendezvous, etc.
(20980 views)