在sql语句里面是不等于的意思select * from test where name<>'a';在java代码里面是参数类型的意思List list = new ArrayList();
他是范型(Generic),初学者还不需要知道他在干嘛,他是J2SE5.0才有的。