Kizspy | Question: 37
(Choose 1 answer)
If an AsyncTask is defined as follows:
private class DownloadFiles Task extends AsyncTask<URL, Integer, Long>What is the type of the value that is passed to dolnBackground() in the AsyncTask?
A. URL
B. Integer
C. Long
D. Void