+ 1
Can i merge multiple codes of different languages together?
2 Answers
+ 1
not in language, in c/c++ you can compile a library (.dll in windows) then let other language use them
+ 1
there s java native interface JNI, for call parts of programs compiled in other languages like c++
or there are technologies for run sql and html from java