Tagged: Static variable in Java

static keyword in java 0

Static Keyword in Java

Calling a method requires the involvement of an object. And we all are well aware of it too. But there is an interesting concept that lets us work the other way around. Static variables...