Name some major differences between C++ and Java.

Q

Name some major differences between C++ and Java.

✍: Guest

A

C++ has pointers; Java does not. Java is platform-independent; C++ is not. Java has garbage collection; C++ does not. Java does have pointers. In fact all variables in Java are pointers. The difference is that Java does not allow you to manipulate the addresses of the pointer

2012-04-10, 2571👍, 0💬