What is the function of the get(int index) method of the List interface?

What is the function of the get(int index) method of the List interface?



Answer: returns the element at the index provided


Learn More :