What Is The Main Difference Between Java And CPP?

What Is The Main Difference Between Java And CPP? C++ uses only compiler, whereas Java uses compiler and interpreter both. C++ supports both operator overloading & method overloading whereas Java only supports method overloading. C++ supports manual object management with the help of new and delete keywords whereas Java has built-in automatic garbage collection. What