Multiple Choice
The AsyncTask class uses three generic types that we must specify when extending it. The class header of a subclass is as follows:
AccessModifier ClassName extends AsyncTask< Params, Progress, Result>
Params is the data type of an array that is passed to what method when we call that method?
A) doInBackground
B) execute
C) onPostExecute
D) finish
Correct Answer:

Verified
Correct Answer:
Verified
Q1: It is possible to instantiate an object
Q2: ArrayAdapter inherits from ListAdapter.
Q4: The ArrayAdapter constructor has this API:<br>ArrayAdapter<
Q5: To create an Intent to open the
Q6: Using a SAX parser, it is possible
Q7: The DefaultHandler class is the base class
Q8: One of the parameters of the endElement
Q9: The AsyncTask class uses three generic types
Q10: The DTD contains the _ that an
Q11: A SAX parser builds a list as