Essentials of the Java Programming Language: A Hands-On Guide
by Monica Pawlan
Publisher: Addison-Wesley Professional 2000
ISBN/ASIN: 0201707209
ISBN-13: 9780201707205
Number of pages: 301
Description:
You will learn how applications, applets, and servlets are similar and different, how to build a basic user interface that handles simple end user input, how to read data from and write data to files and databases, and how to send and receive data over the network. This tutorial is not comprehensive, but instead takes you on a straight and uncomplicated path through the more common programming features available in the Java platform.
Download or read it online for free here:
Download link
(ZIPed html files)
Similar books
Java for Python Programmersby Brad Miller - interactivepython.org
This e-book is an ongoing project to help Computer Science students who have had one or two semesters of Python learn the Java programming language. If you are not a part of that audience you may still find this a useful way to learn about Java.
(13694 views)
Essential Javaby Rahul Batra
This is a gentle introduction to the basics of the Java programming assuming no previous knowledge of it. Contents range from writing the simplest of Java programs to exception handling. Any knowledge of how programs work will benefit the reader.
(11972 views)
Java: The Fundamentals of Objects and Classesby David Etheridge - BookBoon
An introduction to Java programming: object-oriented analysis and design, language basics, syntax and semantics, a first Java program - from class diagram to source code, data types, methods, classes and objects - creating and using objects, etc.
(21626 views)
Java, Java, Java: Object-Oriented Problem Solvingby Ralph Morelli, Ralph Walde - Prentice-Hall
Functional and flexible, this guide takes an objects-first approach to Java programming and problem using games and puzzles. Updated to cover Java version 1.5 features, such as generic types, enumerated types, and the Scanner class.
(9788 views)