1.GenericsAllows programmers to specify the types allowed for CollectionsAllows the compiler to enforce the type specifications//BeforeList stringList //In JDK 1.5List<String> stringList;2.Enhan… more →
Think Tanksharat wrote 1 year ago: 1.GenericsAllows programmers to specify the types allowed for CollectionsAllows the compiler to enfo … more →