This video explains about Static keyword in java, explain about static variables, static block and static methods
Here are the chapters based on the content of the video:
Introduction to the static keyword: (0:00 - 0:34)
The problem with instance variables for shared data: (0:34 - 1:46)
Using static variables for memory efficiency: (1:46 - 3:23)
Implementing an object counter using static variables: (3:23 - 4:28)
Introduction to the static block: (4:28 - 5:28)
Restrictions and behavior of static methods: (5:28 - 6:30)
Accessing static members within and outside the class: (6:30 - 7:59)
Execution flow and object creation details: (7:59 - 9:43)
Summary of static keyword rules and restrictions: (9:43 - 10:58)