Search:

Type: Posts; User: rahulgoyal338

Search: Search took 0.14 seconds.

  1. Re: Why List interface is implemented multiple time in same hierarchy

    discussion at link java - Why does ArrayList have "implements List"? - Stack Overflow doesn't seem any valid reason if this is to increase tracability of the inheritance structure so this can also be...
  2. Re: Why List interface is implemented multiple time in same hierarchy

    This is general question faced when i was reading source of java
    if array list is not implementing List interface the below statement is possible for inheritance.
    List<String> s= new...
  3. Why List interface is implemented multiple time in same hierarchy

    I have seen hierarchy in java for collection framework.
    List-AbstractList
    AbstractList-ArrayList
    List - ArrayList
    AbstractList - ArrayList
    Here List is implemented in AbstractList and List is...
Results 1 to 3 of 3