There are three major components of class in Java.
Read moreWhat is e element Java?
Here <E> denotes the type parameter of Node class . The type parameter defines that it can refer to any type (like String, Integer, Employee etc.). Java generics have type parameter naming conventions like following: T – Type. E – Element.
Read more