What method call is used to display a toast notification?
A. Toast.alert
B. Toast.makeText
C. Toast.showText
D. Toast.toastNotify
Answer: B
Computer Science & Information Technology
You might also like to view...
Assume that all variables in the following code are properly declared and that the input is 3 7 4 -1. The output is 13.num = console.nextInt();sum = num;while (num != -1){ num = console.nextInt(); sum = sum + num;}System.out.println(sum);
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
?When you complete your work with Office Mix, __________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology