+ 4
Can I link different programming languages to each other, for example c++ with python, Java with html,css,& JavaScript, etc..
2 Answers
+ 4
can you give an example please
+ 2
Yes, of course you can. What you're looking for is called "interoperability". There are libraries for this. for java in particular, you can use the Java Native Interface.