Which method is used to display a Toast message in Android?
makeText()
showToast()
displayToast()
createToast()
Correct Answer: A — makeText()
Explanation:
The makeText() method is used to create and display a Toast message in Android.