Variables should be declared as fields only if ________.

a. they are local variables
b. they are used only within a method
c. they are required for use in more than one method or their values must be saved between calls to the class’s methods
d. they are arguments


C

Computer Science & Information Technology

You might also like to view...

A __________ accepts data from the standard input device, modifies them in some way, and sends the output to the standard output device.

a. filter b. pipe c. redirection parameter d. wild card

Computer Science & Information Technology

By default, what is the MTU size on a typical Ethernet network?

a. 1492 bytes b. 1500 bytes c. 1518 bytes d. 1522 bytes

Computer Science & Information Technology

In a B-tree, underflows during a deletion are handled before the logic flow returns to the parent.

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

Computer Science & Information Technology

____ is a high-speed storage area physically located in the computer's processing unit.

A. A reserved variable B. RAM C. A register D. A stack

Computer Science & Information Technology