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