Question:
What are front end and back end programming languages?
Rishabh S
2011-03-26 01:01:38 UTC
i was reading an article about working of social networks and it said it involves front end languages like php and back end languages like c++.what does this means.
thnxxx.......
Nine answers:
2011-03-26 01:08:52 UTC
C++ can be either in normal client/server environment. For web environments PHP is processed by a web browser (front end).



Basically, front end is a pretty interface for one person to look at (in the case of social networks being on a web browser, PHP would be ideal) and backend is what those users don't see. The nitty gritty foundation of the software itself. The code that sits on the servers and keeps it all together, serving muliple users, handling privacy, etc.



EDIT

Software developer for 15 years (data driven web apps and traditional client/server). Thanks for the thumbs down ;)
padillo
2016-12-28 18:20:14 UTC
Back End Languages
cristobal
2016-11-16 06:40:44 UTC
Front End Languages
jplatt39
2011-03-26 04:40:38 UTC
Front end are languages used for user interfaces and the like. PHP is one example. XUL which runs the firefox and seamonkey web browsers (yes I am serious) is another. Usually they are interpreted, which is convenient for developers because it means they don't have to recompile them after every single change. Back end languages are the languages used to write the parts of the program used to interact with the hardware. Thus game engines, browser engines and so forth are often written in C++ because first it is a compiled language which provides straightforward tools for modelling any device logically you don't already have a driver for and because it has many features of data security which make it easier to keep track of many variables.
2015-08-06 13:50:48 UTC
This Site Might Help You.



RE:

What are front end and back end programming languages?

i was reading an article about working of social networks and it said it involves front end languages like php and back end languages like c++.what does this means.

thnxxx.......
jayst19143
2014-09-06 13:16:52 UTC
Basically the only difference is a frontend lang. does Not have the capabilities to connect to a database a backend does..



Here's some frontend lang. HTML, CSS, JavaScript, XML, Ajax, Jquery

Here's some backend lang. PHP, ASP.net, Ruby, C#, C++, ColdFusion
sheldonlinker
2011-03-26 01:06:58 UTC
The front end is the program that is itself in the web-page, or directly generates the web page. The back end in anything that the front-end program uses in the background. Typically, there are 3 tiers, front end, back end, and database.
2011-03-26 01:16:55 UTC
Front end languages are the ones the we see as 'end users': Php,Javascript, Html, CSS, Ajax, DHTML, Flash, etc.



Back end is the stuff that you can't see (php includes) c/c#/c++, java (sometimes), pretty much any type of database (mysql, postgresql, mssql, sql, nosql, etc.) Ruby, etc.
Induja
2015-08-20 02:04:42 UTC
Front end is design (i.e) the design r any image visible in front of us in said to be as front end

in vice versa backend is programing or coding.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...