Multiple choice

Which of the following methods is not present in the Choice class in Java?

  1. getItemAtIndex(int index)

  2. getItem(int index)

  3. getSelectedIndex()

  4. getItemCount()

  5. getSelectedItem()

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is the correct choice. There is no method named getItemAtIndex(int index) in the Choice class.