java rule for extends and implements
- by iamrohitbanga
While coding I created a class that extended ArrayList< and implemented Iterator<.
Obviously Netbeans reported an error, because ArrayList itself implements Iterator.
What rule of Java Specification prevents this?