Multiple choice technology programming languages Which of the following pairs is not supported in Java Multiple Inheritance and Overloading Operator Overloading and Overriding Multiple Inheritance and Operator Overloading Pointers and Single Inheritance Reveal answer Fill a bubble to check yourself C Correct answer Explanation Java does not support multiple inheritance of classes (to avoid the diamond problem) nor does it support user-defined operator overloading. Therefore, this pair is not supported in Java.