Briefing Android Knowledge

Which of the following is NOT a correct constructer for ArrayAdapter?

Which of the following is NOT a correct constructer for ArrayAdapter?

A.
ArrayAdapter(Context context)

B.
ArrayAdapter (Context context, int recourse)

C.
ArayAdpater (Context context , int resource, int textViewResourceId)

D.
ArrayAdapter (Context context , int resource, List<T> items)