Q3(a) Java collection framework was non-generic before JDK 1.5. Since 1.5, it is
generic. Java new generic collection allows programmer to have only one
type of object in a collection. Using Linkedlist API,
(i) Show the Linkedlist example that hold a list of String.
(4 marks)
(ii) Show the TWO methods to iterate the Linkedlist that supported in Java
(6 marks)