Java doesn't support user-defined operator overloading. The only aspect
of Java which comes close to "custom" operator overloading is the handling of
+ for strings
perator overloading is the ability to redefine the functionality of the operators. Programming languages like c++ supports operator overloading