Can anyone point the difference between the List
and List<Object>
in Java.
Also how does java differentiate the old collections and new Generic supported classes ?
How does it make it backward compatible?
Can anyone point the difference between the List
and List<Object>
in Java.
Also how does java differentiate the old collections and new Generic supported classes ?
How does it make it backward compatible?