Operator overloading

Will Java ever contain features like C++'s operator overloading and templates?
[93 byte] By [d98mni] at [2007-9-26 2:07:00]
# 1
Who can tell?I notive that the keywords needed to define operator overloading are - or at least were - reserved words in the language (even though you can't use them).
bschauwe at 2007-6-29 8:53:48 > top of Java-index,Archived Forums,Java Programming...
# 2
Java will contain generics, which are similar to templates, in JDK 1.5. You can get an early access download from the Early Access Download center on the JDC website.
schapel at 2007-6-29 8:53:48 > top of Java-index,Archived Forums,Java Programming...