Some notes on Notification Chain- Linux Kernel

In this post we will be seeing linux kernel notification chains. Notification Chain/Notifier Chain is a chain which is use to deliver the notifications through Linux own implementation of publisher-subscriber model

STATIC KEYWORD IN JAVA

While getting started with any programming language, there are some keywords which we might just overlook or ignore at once and keep on going with the rest of it. In this blog I will be discussing one of the most overlooked and important keyword in Java. I must tell you this blog is not only for the people who are familiar with Java but for every programmer who faces the difficulty with the concept of 'static' keyword.