In this AWT JAVA Tutorial, I will teach you, How to Create List and Choice in AWT. Both are class in JAVA. When we create an object of their class. Add items by using Add( ) method. You can get the item from the AWT List using GetItem method also use getSelectedIndex method.