Introduction to Java
Java is a general-purpose language, and portability was baked into it from the start (that's the whole "write once, run anywhere" idea). It grew out of a real need for software that didn't care what platform it was running on. It supports data abstraction, object-oriented programming, and generic programming.