Radio button allow user to chose one option among many.
Multiple radio button added to a single group. When user click on another radio button, it will automatically deselect previously selected button.
Event handling of radio button can be done using actionPerformed() method .