The difference between java and java web
People usually refer to Java as JavaSE, which is Java Standard Edition. The standard version of Java is generally used to develop desktop applications, but it has no advantages over VB, Delphi, and VC in developing desktop applications.
And JavaWeb has entered the field of JavaEE, that is, Java Enterprise Edition, the enterprise version of Java. When you look at the web, you should think that it is related to the Internet. In fact, when developing JavaWeb applications, JSP is generally used at the junior level ( Java Server Pages) servlet Javabean is developed. Large websites are generally developed using frameworks, such as struts, hibernate, and spring. For example, in schools, you will see Login.do in the address bar when logging in, and you will see it after logging in. Requests like Home.do are typical struts framework structures.
There is another version of Java which is JavaME, Java Micro Edition, a micro version of Java. The Java program running on Nokia mobile phones refers to the program developed with this version.
Recommended tutorial: "java learning"
The above is the detailed content of The difference between java and java web. For more information, please follow other related articles on the PHP Chinese website!