Multiple choice technology programming languages

The + operator in JAVA can't be overloaded.

  1. True

  2. False

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

Java does not support user-defined operator overloading. While the + operator is built-in for string concatenation and arithmetic, developers cannot overload operators for custom classes as they can in languages like C++. Therefore, the statement is true.