Home  >  Article  >  Web Front-end  >  What is the difference between html5 and java

What is the difference between html5 and java

WBOY
WBOYOriginal
2022-01-18 11:27:584758browse

The difference between html5 and java: 1. Java is mainly used for android development and web development, html5 is used to develop web pages; 2. HTML5 is a front-end development mainly used to present data, while java is a back-end Developed primarily for processing processing data.

What is the difference between html5 and java

The operating environment of this tutorial: Windows 10 system, HTML5 version, Dell G3 computer.

What is the difference between html5 and java

Strictly speaking, there is no comparability between the two

HTML (Abbreviation of HyperText Markup Language, translated as Hypertext Markup Language) is a markup language used when we develop web pages,

and Java is a programming language developed by SUN Company in the 1990s, which has long occupied the The top programming language has been popular for more than 20 years. The backends of many websites we use (such as Taobao) are developed in Java, and many applications on our Android phones are also developed in Java.

If you have to say what is the connection between the two?

That is indeed true.

Java If you use Java as a back-end programming language and platform to develop Java Web applications, it will definitely involve HTML. A complete web application is divided into two parts: web front-end and back-end. The so-called Web front-end is the part that we can see when we open a website on a browser, that is, the web page. Web pages are developed using three technologies: HTML, CSS, and JavaScript.

The so-called backend is the part on the server on the Internet that provides services for the frontend. This part is invisible and intangible. Many times, these invisible and intangible things are developed using Java technology. In other words, many website applications we use on the Internet are developed collaboratively using technologies such as HTML and Java.

Difference

java is mainly used for android development and web development, html is used to develop web pages

web development is divided into front-end and back-end HTML is the front-end and Java is the back-end

Java is an object-oriented programming language like C and Basic, but each has its own characteristics. The two are essentially different.

In JSP, HTML can be reused for data presentation, and Java can be used for server-side logic processing. Languages ​​such as JAVA can be understood as being mainly responsible for dynamic programming, connecting with databases, organizing web page content, etc.

html is Hyper Text Marked Language. It is just a markup language, not a programming language. It is used in almost all web pages. HTML is the display language for the front section of a web page. It is only responsible for displaying the appearance of the website, that is, its appearance. It is used to control the display of various attributes. HTML can create a static (unchanged) page.

And to display a web page, you must use HTML tags and CSS.

If you have systematically learned common Java development technologies, you can do projects independently. The early Java basics and JavaWeb are must-know technologies. The basic frameworks include SSM, SpringBoot, Maven, Git, Vue, logs, etc. You can complete the monomer For application development, if the company's project requires distributed microservice technology, it is also necessary to master Docker, Nginx, Redis, ES, RabbitMQ, SpringCloud, Zookeeper, distributed locks, etc.

Recommended tutorial: "html video tutorial"

The above is the detailed content of What is the difference between html5 and java. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Does javascript have =?Next article:Does javascript have =?