+ 5
What is meant by back-end and front-end process or program in all languages?
2 Respostas
+ 4
thank you dude
+ 1
Lets take website for example. The frontend is all of the pretty design, styling, and presentation of the data; it's the frontend that you see as the user when you visit the site. The backend is the side you don't see, such as the server-side scripting, the database management, etc... etc.. etc... So just think of it as, front end is what you see, back end is what you don't see going on behind the scene.