Leo Umesh avatar

LEARNING STATIC MODIFIER IN JAVA

leoumesh

Published: 17 Jun 2020 › Updated: 17 Jun 2020LEARNING STATIC MODIFIER IN JAVA

LEARNING STATIC MODIFIER IN JAVA

The static modifier in java directly relates to the class and not to the instance of the class. They are advantageous in the sense that you don't need to create an object each time to access the methods.

Screenshot_1.png

In the above code there's no any instance of the class named as MyClass to access the method which is firstMessage(). It's because whenever you used the static modifier, you don't need to create the instance of the object.

Leave LEARNING STATIC MODIFIER IN JAVA to:

Written by

I am just a passionate blogger.

Read more #java posts


Best Posts From Leo Umesh

We have not curated any of leoumesh's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Leo Umesh