Computer Applications
State whether the following statement is True or False :
A method cannot be defined without parameters.
User Defined Methods
40 Likes
Answer
False
Answered By
4 Likes
Related Questions
State whether the following statement is True or False :
A method can use a single return statement.
State whether the following statement is True or False :
Overloading of methods even depends on return type.
State whether the following statement is True or False :
A method body is enclosed within curly brackets.
Give output of the following method definition and also write the mathematical operation they carry out:
void test1(int n) { for(int x=1; x<=n; x++) if(n%x == 0) System. out.println(x); }
if 12 is passed to n.