超级D洋葱的博客打开eclipse报错: A java Runtime Environment(JRE) or Java Development Kit(JDK) must be available in order to run Eclipse.No Java virtual machine was found after searching the following locations: E:\...
来了先森的博客我的问题是另一个人的问题的跟进:Unbounded wildcard passed to method他对为什么编译以下代码感兴趣:public class ColTest {static T wildSub(ArrayList extends T> holder, T arg){T t=holder.get(0);return ...