|
Java is a programming language designed for use in the distributed environment of the Internet. It was designed to have the "look and feel" of the C++ language, but it is simpler to use than C++ and enforces an object-oriented programming model. Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network.
It can also be used to build a small application module or applet for use as part of a Web page. Applets make it possible for a Web page user to interact with the page. It provided more interactivity with users by giving developers a way to produce animated webpages. Over the years it has evolved as a successful language for use both on and off the Internet. It is easy to use, reliable, secure and platform independent.
|
|