I don\'t see any difference in the following:
Object o = new LinkedList(); System.out.println(o instanceof List); System.out.println(o
No difference. The wildcard is erased at compile time.