Computer Science, asked by TOUFICKMONDAL, 5 months ago

When you click on the button which event handler gets called ?

 

onFocusChange()

onTouch()

onKey()

onClick()

Answers

Answered by vijayghore
2

Answer:

onClick()

Explanation:

When we click on the button onClick event handler gets called.

Similar questions