Saturday, 15 April 2017

Java AWT Event

Event classes are stored in java.awt.event package Event handling mechanism ⟶Delegation Event Model It is a modern approach. It uses the concept of source and listener. Source generates an event and sends it to one or more listeners. Listener must register with the source to receive the...

Friday, 6 January 2017

Wednesday, 4 January 2017

Tuesday, 3 January 2017