A Simple Calculator Program which can perform basic addition, subtraction, multiplication, division operation.
Java ActionListener is used to notified whenever someone click on the button or menu item. It gets notified against ActionEvent. ActionListener - an interface is found in java.awt.event package.
The actionPerformed() method gets invoked automatically whenever one click on the registered component.
Screenshot of the Output: