+ 6
How can i use multiple Languages in just one program.
I want to use c++ commands in my HTML program. How can i ???
2 Answers
+ 3
one way is to send your c++ code to the web server, execute it and send the results back to the client. The other way is to write your own compiler/interpreter in Java script to run any language code on the client itself.
+ 15
I use java netbeans & MySQL together //jdbc
/* by seeing that those can he connected & if can be connected then whats the advantage of that program ... which we get by using them simutaneously & that can't be achieve by using any 1 of them & do research on how to connect them bcz for different languages there are different ways like for java-sql u need to inport java.sql ,then Connection Con= ....& diff. methods like executeUpdate () etc*/