Javaweb is a direction in Java development. Java has Android direction, web direction, embedded direction, etc. Javaweb refers to the web direction. Javaweb is divided into two parts, one is the server side called the back end, and the other is called the front end, which is the web front end.
The operating environment of this tutorial: windows7 system, java10 version, DELL G3 computer.
Is javaweb front-end or back-end?
javaweb is a direction in java development; java includes Android, web, embedded, etc.
javaweb refers to the web direction. Javaweb is divided into two parts: one is the server side called the back end, and the other is called the front end, which is the web front end.
1. Web front-end: As the name suggests, it is the front-end of the Web. The front-end mentioned here generally refers to the Web front-end, which is what users can see and touch in Web applications. Including the structure of the Web page, the appearance and visual representation of the Web, and the implementation of interaction at the Web level.
2. Web backend: The backend interacts more with the database to process corresponding business logic. What needs to be considered is how to implement functions, data access, platform stability and performance, etc.
Recommended related video tutorials: Java video tutorial
The above is the detailed content of Is javaweb front-end or back-end?. For more information, please follow other related articles on the PHP Chinese website!