if a+++b is fine and is interpreted as (a++ + b)..why not (a + ++b) ?
why a+++++b is compiler error. Does it not mean (a++ + ++b). If I put spaces just as I indicated, then it works fine...
Java is Jokes And Various Antics
[ July 08, 2005: Message edited by: Rupak Khurana ]