Java is a computer programming language created by Sun Microsystems. Java is used mainly on the Internet and uses a virtual machine which has been implemented in most browsers to translate Java into a specific application on different computer system. With most programming languages, you either compile or interpret a program so that you can run it on your computer.
The Java programming language is unusual in that a program is both compiled and interpreted. The most common Java programs are applications and applets. Applications are standalone programs, such as the HotJava browser. Applets are similar to applications, but they don't run standalone. Instead, applets adhere to a set of conventions that lets them run within a Java-compatible browser.
The Java programming language is a high-level language that can be described as,
- Architecture neutral
- Object oriented
- Portable
- Distributed
- High performance
- Multithreaded
- Dynamic
- Secure
- Windows 2000
- Linux
- Solaris
- MacOS
- The Java Virtual Machine (Java VM) -
- The Java Application Programming Interface (Java API) -
0 comments:
Post a Comment