Computers » Programming » Java | By James Hunt @
Java is a highly portable computer programming language. “Portable” is a term used to describe programs that can be run in many different computing environments and on many different “platforms” (MS Windows, Apple’s Mac OS, Solaris, and Linux are all examples of “platforms”) It is Java’s portability that makes it such an intriguing technology. To give you an example of how this portability relates to real world features and benefits, let’s say you have a program that is written in Java ...
more...