0 votes
in JAVA by
What is a static method in java?

1 Answer

0 votes
by

What is a static method in java?

Java Programming Java8Object Oriented Programming. The static keyword is used to create methods that will exist independently of any instances created for the class. Static methods do not use any instance variables of any object of the class they are defined in.

Related questions

0 votes
asked Jun 16, 2019 in JAVA by reins.robin
0 votes
asked Dec 7, 2020 in JAVA by SakshiSharma
...