Significance of “Object…”

Alesia

Guest
While going through various programs recently, I saw following code:\[code\]protected Object doInBackground(Object... arg0){ .... .... ....}\[/code\]I dont understand the significance of \[code\]Object...\[/code\]I have never seen \[code\]...\[/code\] after any data type.
 
Back
Top