Multiple choice Which of the following is not supported by Java? Polymorphism Inheritance Message communication Operator overloading Reveal answer Fill a bubble to check yourself D Correct answer Explanation Java does not support operator overloading to maintain simplicity and avoid the complexities found in languages like C++.