The original plan for the book was to add a new section covering the fundamentals of the “Java 2 Enterprise Edition” (J2EE). Read the rest of this entry »
This chapter has introduced some, but not all, of the components that Sun refers to as J2EE: the Java 2 Enterprise Edition. Read the rest of this entry »
The Sun Java Studio Creator 2 interactive development environment (IDE) is a tool for developing component-based web applications. Read the rest of this entry »
JDK 1.5 introduces several extensions to the Java programming language. One of these
is the introduction of generics.
Read the rest of this entry »
This document gives a concise description of the Java programming language, version 1.1 and later. It is a quick reference for the reader who has already learnt (or is learning) Java from a standard textbook and who wants to know the language in more detail.
Read the rest of this entry »
You can’t look at Java as just a collection of features; some of the features make no sense in isolation. You can use the sum of the parts only if you are thinking about design, not simply coding. And to understand Java in this way, you must understand the problems with Java and with programming in general.
Read the rest of this entry »
Java technology is everywhere. Think about that for a moment. It’s a simple
phrase behind an astonishing reality.
Read the rest of this entry »
The Java programming language is a general-purpose concurrent class-based
object-oriented programming language, specifically designed to have as few
implementation dependencies as possible. It allows application developers to
write a program once and then be able to run it everywhere on the Internet.
Read the rest of this entry »
Programming LEGO MINDSTORMS with Java is as much about robotics programming as it is about Java programming.This book is for all levels of MINDSTORMS users, from hobbyists to the serious MINDSTORMS aficionados.
Read the rest of this entry »
This book teaches Java programming from the grounds up. It introduces the concepts in English instead of jargon, with plenty of step-by-step examples of working programs you will create.
Read the rest of this entry »