Multiple choice Which of the following methods is not present in the Choice class in Java? getItemAtIndex(int index) getItem(int index) getSelectedIndex() getItemCount() 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.