Declaring a LinkedList in Java

前端 未结 11 2002
北荒
北荒 2021-02-20 14:26

I always learn when we declare a collection we should do, Interface ob = new Class(), if i want to use for example a LinkedList i\'ll do List ob = new LinkedL

11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-20 14:54

    Actually it would be better if it would be parametrized as both are raw types.

提交回复
热议问题