Difference: 1. HTML is the main front-end, which presents data, and Java is the main processing data. 2. JAVA is mainly used for the development of desktop applications and distributed network applications; HTML is used for the development of front-end pages. 3. The running environment of JAVA is JDK and WEB server, and the running environment of HTML is the browser.
The operating environment of this tutorial: windows7 system, HTML5&&java8 version, Dell G3 computer.
Java
Java is an object-oriented programming language that not only absorbs the various advantages of the C language, but also abandons the incomprehensible multiple inheritance and pointers in C and other concepts, so the Java language has two characteristics: powerful and easy to use. As a representative of static object-oriented programming languages, Java language perfectly implements object-oriented theory and allows programmers to perform complex programming with an elegant way of thinking.
Java has the characteristics of simplicity, object-oriented, distributed, robustness, security, platform independence and portability, multi-threading, and dynamics. Java can write desktop applications, Web applications, distributed systems and embedded system applications, etc.
html
HTML stands for Hypertext Markup Language and is a markup language. It includes a series of tags. These tags can unify the document format on the network and connect scattered Internet resources into a logical whole. HTML text is descriptive text composed of HTML commands. HTML commands can describe text, graphics, animations, sounds, tables, links, etc.
The difference between java and html
HTML is the main front end, presenting data, and Java is the main processing data.
JAVA is mainly used for the development of desktop applications and distributed network applications, which is also suitable for the development of commonly known background programs; HTML is the development of front-end pages.
The running environment of JAVA is JDK and WEB server, and the running environment of HTML is the browser.
For more programming related knowledge, please visit: Programming Video! !
The above is the detailed content of What is the difference between java and html. For more information, please follow other related articles on the PHP Chinese website!