Computer Applications
State whether the following statement is True or False :
The keyword static makes a method a class method.
User Defined Methods
10 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
Method overloading is one of the ways by which Java implements polymorphism.
State whether the following statement is True or False :
The scope of a local variable is limited to the method or the block it is declared in.
State whether the following statement is True or False :
An impure method always returns the same value when the same arguments are given.
What is a method? Explain the various parts of a method.