What does the "..." mean in a parameter list? doInBackground(String... params)

Viewed 36909

I don't understand that syntax. Trying to google various words plus "..." is useless.

8 Answers
Related