Operator Over loading in java

Hi,Can any body tell why java does not supports operator overloading, as Cpp supports operator overloading
[120 byte] By [shiv_SDNa] at [2007-11-27 8:13:51]
# 1
> Hi,> Can any body tell why java does not supports> operator overloading, as Cpp supports operator> overloadingWell for one thing Java is not C++.
cotton.ma at 2007-7-12 19:58:21 > top of Java-index,Java Essentials,Java Programming...
# 2
for the same reason Java supports interfaces and C++ doesn't.
jwentinga at 2007-7-12 19:58:21 > top of Java-index,Java Essentials,Java Programming...
# 3
Because there is no mention of operator overloading in the Java Language Specification.
DrClapa at 2007-7-12 19:58:21 > top of Java-index,Java Essentials,Java Programming...