AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 21


Which of the following is a Java call-back method invoked when a view is clicked?

Show Answer
Correct Answer: D

The correct Java call-back method invoked when a view is clicked is OnClickListener. This interface in Android is specifically designed to handle click events, implementing the onClick(View v) method to define the actions to be executed when the user clicks a view.

Discussion

1 comment
Sign in to comment
MmadiOption: D
Dec 31, 2022

D. OnClickListener