Combining multiple languages into one project | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

Combining multiple languages into one project

Hello. Suppose I have the knowledge in back-end languages (C, Java, C++) and someone else has knowledge in HTML, PHP etc. How is it possible for us to combine codes from these different types of languages into one project?

26th May 2019, 7:54 AM
King4242
King4242 - avatar
7 Antworten
+ 19
You can work on project which uses html as front end and java as back end using jsp or servlet technology.
26th May 2019, 7:56 AM
Priyanka♥️
26th May 2019, 8:11 AM
Anna
Anna - avatar
+ 1
Could you elaborate?
26th May 2019, 8:02 AM
King4242
King4242 - avatar
+ 1
I was talking about a language like java, c or cpp in backend...
26th May 2019, 8:22 PM
King4242
King4242 - avatar
+ 1
PHP scripts running on the web server can process data submitted via html forms on the browser and send the processed data back to the browser to display. For non web projects, a project can consist of multiple applications written in different languages.
27th May 2019, 6:26 AM
Sonic
Sonic - avatar
0
Bump
26th May 2019, 4:41 PM
King4242
King4242 - avatar
0
It depends on what you want to accomplish. And of course it is possible
27th May 2019, 8:30 PM
Ivan Mulindo Cheng'ole
Ivan Mulindo Cheng'ole - avatar