M

Mike's Software Testing

An excellence website about Software Testing, Test Tools,
Testing Books, Certification, Articles and Tutorials

  • Rated2.7/ 5
  • Updated 5 Years Ago

Convert List to Array in Java - Testing Excellence

Updated 5 Years Ago
By Mike

Convert List To Array In Java - Testing Excellence
We can convert an ArrayList of Strings to an Array of String using the .toArray() function. We can also use Arrays.asList() to convert an Array back to List.
Read More