How one application is developed in multiple languages? For eg application is developed in Java ,JavaScript and SQL, how? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How one application is developed in multiple languages? For eg application is developed in Java ,JavaScript and SQL, how?

9th Feb 2019, 2:12 PM
Arpan Bhattacharya
Arpan Bhattacharya - avatar
2 Answers
+ 3
If I would build an app with those three languages. It would be a java application that uses nodejs web server to use SQL database.
9th Feb 2019, 3:30 PM
Toni Isotalo
Toni Isotalo - avatar
+ 2
SQL is used to manipulate data in database. It is used by backend processes written in Java. But for client we show only frontend webpage written in js which communicate with backend.
9th Feb 2019, 2:18 PM
Bartosz Pieszko
Bartosz Pieszko - avatar