Java Tutorial 82 - Event-Driven Programming

preview_player
Показать описание
In this tutorial, I will introduce you event-driven programming. Your code is executed upon activation of events. For example, when you click a button it fires an action event that created from an event source, then the event handler processes the event.

- An inner class, or nested class, is a class defined within the scope of another class. Inner classes are useful for defining handler classes.

- An anonymous inner class is an nested class without a name. It combines defining an inner class and creating an instance of the class into one step.

- Lambda expressions can be used to greatly simplify coding for event handling.
Рекомендации по теме
Комментарии
Автор

I had trouble sleeping. Man o man if this helped. Thanks man!

radicchiozambana
Автор

I watched this entire video. It's very informative. I am grateful for the information you provided. I would like to recommend that you add captions because your accent is so thick (I love it!) that yt picks up different words than what you are actually saying.

JoyDavidson
Автор

Sir can you teach me or make video about how to connect MySql database to apache netbeans and make a simple CURD, i hope you make it because it's deferent step betwen netbeans 8.2 and apache netbeans 11.3. Thank you sir

fakhrikhairi