Korean > Java Essentials > Flashcards
Arrays
An array is a container object that holds a fixed number of values of a single type.
Button listener
b.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent e){ System.out.println("I'm here");
} });