Multiple choice Which of the following features of C++ is/are supported by Java? Operator overloading Template classes Pointers Destructor function Reveal answer Fill a bubble to check yourself D Correct answer Explanation Java has replaced the destructor function with a finalize() function.