What trick does Java use to avoid spaces in >> ?
- by kunjaan
In the Java Generic Book, while contrasting the difference between C++ Templates and Java Generic says:
In C++, a problem arises because
without the space denotes the
right-shift operator. Java fixes the
problem by a trick in the grammar.)
What is this trick?