What is the function of the asList() method from the java.util.Arrays class?

What is the function of the asList() method from the java.util.Arrays class?



Answer: Creates an ArrayList object based on the provided array or comma separated list of parameters.


Learn More :

Data Structures

Learn More Multiple Choice Question :