How come I can't access the class methods of interface type variable in java?

前端 未结 0 716
陌清茗
陌清茗 2021-01-27 12:31
public static void main(String[] args) {
        // write your code here
        Collection collection = new ArrayList(); 
        collection         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题