what will happen if execute() function of asynctask is called more than once, for a give asynctask object?

Answer: we should not call execute more than once on one object, it will throw run time exception.

No comments:

Post a Comment