4 Which statement about parameters is false 11 11 tsecs A
4. Which statement about parameters is false?
11 . 11 + t.secs);
(A) The scope of parameters is the method in which they are defined.
(B) Static methods have no implicit parameter this.
(C) Two overloaded methods in the same class must have parameters with different
names.
(D) All parameters in Java are passed by value.
(E) Two different constructors in a given class can have the same number of
parameters.
Solution
False:
Two overloaded methods in the same class must have parameters with different
names.
