SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Jesper's Blog - Pluralsight Author Page
Harry Henriques wrote:Can you explain why the instanceof operator doesn't return false? Map map = new LinkedHashMap<String,S if(map instanceof Collection) System.out.println("True?"); else System.out.println("false"); output True?
Experience and talent are independent of age