What is the difference between Java and C++ in the build/run process?
Anonymous
C++: complete compilation, the only required runtime environment is an OS. Java: partial compilation, requires the Java VM as a runtime environment.
Check out your Company Bowl for anonymous work chats.