What is the results?

A method is declared to take three arguments. A program calls this method and passes only two
arguments. What is the results?

A method is declared to take three arguments. A program calls this method and passes only two
arguments. What is the results?

A.
Compilation fails.

B.
The third argument is given the value null.

C.
The third argument is given the value void.

D.
The third argument is given the value zero.

E.
The third argument is given the appropriate falsy value for its declared type. F) An exception
occurs when the method attempts to access the third argument.



Leave a Reply 0

Your email address will not be published. Required fields are marked *