+ 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?
9 Answers
+ 19
You can work on project which uses html as front end and java as back end using jsp or servlet technology.
+ 2
Carmine đźđč Please don't do that.
https://www.sololearn.com/discuss/1316935/?ref=app
+ 1
Could you elaborate?
+ 1
I was talking about a language like java, c or cpp in backend...
+ 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.
0
Bump
0
It depends on what you want to accomplish. And of course it is possible