Java and C++
Java is interpreted, and garbage collected: C++ has more potential for memory leaks (you must explicitly delete objects) Java intended to be explicitly platform independent • Similarities in syntax. See Gary Shute’s document on Java for C Programmers (available from course calendar)