What is JAVA |
|
|
Java is a high-level object-oriented programming language developed by the Sun Microsystems. Though it is associated with the World Wide Web but it is older than the origin of Web.
Java is an object-oriented programming language developed by Sun Microsystems and released in 1995. Modeled after C++, the Java language was designed to be small, simple, and portable across platforms and operating systems, at both the source and binary level. One of the reasons for Java's popularity is its ability to bring executable content to the web. A Java-enabled browser has the ability to recognize a special APPLET hypertext tag. When a Web page containing an applet is downloaded, the Java-enabled browser also downloads another file of information written in byte codes. The browser then interprets the byte codes and run's an executable program on the user's host. Thus Java applets and programs can be distributes across networks and run on many types of computers.
|
|
|