JavaJava was originally developed in 1991 as a language for embedded applications such as those used in set-top boxes and other consumer-oriented devices.It bec
网友回答
Java was originally developed in 1991 as a language for embedded applications such as those used in set-top boxes and other consumer-oriented devices. It became the fuel to ignite a revolution in thinking when Sun transitioned it to the Web in 1994. Java is a full-blown programming language like C and C++ and allows for the creation of sophisticated applications.
When a Java program called from a Web page runs on a user's machine, it is called a Java applet. When it is run on a Web server, it is called a servlet. When it runs as a stand-alone, non Web-based program on a user's machine, it is simply a Java application.