I want to print/display the name of an ArrayList<> in the console. Is there a predefined argument or how would you do it?
Something like System.out.println(list.getname()); maybe?
I want to print/display the name of an ArrayList<> in the console. Is there a predefined argument or how would you do it?
Something like System.out.println(list.getname()); maybe?