Multiple choice technology programming languages

Operator overloading is satisfied in java by

  1. /

  2. *

  3. +

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Java does not support user-defined operator overloading, but it has built-in operator overloading for the '+' operator, which is used for both numeric addition and string concatenation. Other operators like '/' and '*' cannot be overloaded.