Android Application Development (AND-401) — Question 56

Which of following is incorrect about the Toast class?

Answer options

Correct answer: B

Explanation

The correct answer is B because a Toast can be created from any context, not just an Activity. Options A, C, and D are correct statements regarding the Toast class functionality.