I'm stil new with android dev, so today I stumble upon this code in android docs
Result doInBackground (Params... params)
What is the meaning of Params...
? is it the same as Params
? but when using Params
(without ...), it throw an error not override abstract.
This confuse me.