Evelyn Interview Question

What is real world application of anonymous classes in java?

Interview Answer

Anonymous

Jul 11, 2024

They are used in GUI application like swing based application as event listeners to handle tasks ..that are triggered when a user clicks upon a particular button.