Domanda di colloquio di TeamViewer

What is the difference between Java and C++ in the build/run process?

Risposta di colloquio

Anonimo

9 mar 2016

C++: complete compilation, the only required runtime environment is an OS. Java: partial compilation, requires the Java VM as a runtime environment.