janthecat1896 janthecat1896 21-11-2022 Computers and Technology contestada write a method maxlength that takes an arraylist of strings as a parameter and that returns the length of the longest string in the list. if your method is passed an empty list, it should return 0.