Formal parameters are those that appear in the method call and actual parameters are those that appear in the method header.

Formal parameters are those that appear in the method call and actual parameters are those that appear in the method header.


Answer: False. Explanation: The question has the two definitions reversed. Formal parameters are those that appear in the method header, actual parameters are the parameters in the method call (those being passed to the method).


Java

Learn More Multiple Choice Question :