Computer Applications
State whether the following statement is True or False :
The static methods need an instance to be called.
User Defined Methods
8 Likes
Answer
False
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
A method can return more than one value.
State whether the following statement is True or False :
Methods defined as void must return a value.
State whether the following statement is True or False :
In Java, all primitive types are passed by value and all reference types are passed by reference.
State whether the following statement is True or False :
You can place the return statement in a void method without any expression.