Which statement dynamically assigns an image named car in the drawable folder to an ImageView control?
a. car.setImageResource(R.drawable.image);
b. image.setImageResource(R.drawable.car);
c. image.setImageResource(car.R.drawable);
d. SetImageResource.image(R.drawable.car);
Answer: b. image.setImageResource(R.drawable.car);
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.