Computer Applications
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.
User Defined Methods
10 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
Methods reside in a class in Java.
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 keyword static makes a method a class method.
State whether the following statement is True or False :
An impure method always returns the same value when the same arguments are given.