
Java
Basically both are good at their places, can't be interchanged. But
Java is best if we compare both because
Java is much more secure, robust and portable as compared to C++ as a
Java program is first converted to byte code and then interpreted. Also C++ program is compiled all at once but
Java program is interpreted one instruction at a time thus making it more secure .