SyntaxFix
Write A Post
Hire A Developer
Questions
Operator overloading is used in Java for the concatenation of the String type:
String concat = "one" + "two";
However, you cannot define your own operator overloads.