Introduction
Java is a simple and yet powerful abject programming language and it is in
many respects similar to C++
Java is created by James Gosling From Sun Microsystem (sun) 1991. The First publicly available version of java (java 1.0) was released in 1995.
java is defined by a specification and consist of a programming language, a compiler ,core libraries and a run time machine
The java run time machine allows software developer to writ program code in other language than the java programming language
which still runs on the java platform is usually
associated with the java virtual machine and the java core libraries.

Comments
Post a Comment