Use of ellipsis(...) in Java?
23:20 01 Dec 2012

I was looking through some code and saw the following notation. I'm somewhat unsure what the three dots mean and what you call them.

void doAction(Object...o);

Thanks.

java oop object syntax