The difference between java and the front-end
1. The web front-end is mainly used to make static pages for the website. That is to say, the pages you see on the websites you usually browse are basically from the web front-end, but the website layout can be produced by artists.
2. The technologies that the web front-end needs to master include: DIV CSS, j, jQuery. At a higher level, you can use some frameworks to access website pages. There are many such frameworks. Such as Bootstrap, UIkit, Kube, and more!
3. Javaweb generally involves the front end. Web front-end development may only involve Java.
4. Front-end development generally only involves js, html, css, and some may use flash, photoshop, etc. The frameworks are jquery, ext, jodo, etc.
5. For the web front-end, its back-end may be java, .net or php, etc., but javaweb can confirm that the back-end is java, and the web front-end is actually the same.
6. Java can write desktop applications, Web applications, distributed systems and embedded system applications, etc.
What are the basics for getting started with web front-end? The main ones are HTML and CSS. The former is just structural tags, and the latter is style configuration. Getting started is very simple.
Java is relatively difficult to get started and requires a lot of practice to lay a solid foundation.
Recommended tutorial: java tutorial
The above is the detailed content of The difference between java and front-end. For more information, please follow other related articles on the PHP Chinese website!