Tagged: Static Keyword in Java

static keyword in java 0

Static Keyword in Java

Java is a popular programming language that is used to develop a wide range of applications. One of the most important concepts in Java is the static keyword, which is used to create variables,...

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...