Monday, April 28, 2008

Introduction to Java 1

Java is an object-oriented programming language. Object-oriented means that Java organizes its programs into a collection of objects. This is certainly not unique to Java; other programming languages like SmallTalk and C++ have been facilitating the use of object orientation in their language structures for years. However, Java does have the advantage of being easier to understand (particularly when compared to C or C++).

No comments: