Answer the following statements true (T) or false (F)

1) The order of a method’s parameters is insignificant.
2) Methods of the same name can be declared in the same class, as long as
they have different sets of parameters (determined by the number, types and order of the parameters).
3) Overloaded methods normally perform similar tasks, but on different
types of data.
4) Any parameter in a parameter list can be declared as an optional
parameter.


1) F
2) T
3) T
4) F

Computer Science & Information Technology

You might also like to view...

What does JDBC stand for?

a. Java data binary collection b. Java database connectivity c. Java database collection d. Java data basic computation

Computer Science & Information Technology

Typically, infected attachments look like _____ files, and they infect your computer when you open them.

A. video B. audio C. document D. executable

Computer Science & Information Technology

The ____ structure makes a decision and then takes an appropriate action based on that decision.

A. repetition B. sequence C. command D. selection

Computer Science & Information Technology

Adding to the value of a variable is known as ____ the variable.

A. evaluating B. nesting C. incrementing D. decrementing

Computer Science & Information Technology