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

1. Mutator methods can return integer values indicating if the change of the instance variable was a
success.
2. Method overloading is when two or more methods of the same class have the same name but differ
in number or types of parameters.
3. Java supports operator overloading.
4. Only the default constructor has the this parameter.


1. False
2. True
3. False
4. False

Computer Science & Information Technology

You might also like to view...

The following code will execute ___________ times.

``` while (p != NULL) cout << p->item; p= p->link; ```

Computer Science & Information Technology

According to market research firm comScore, Pinterest users spend an average of ________ minutes per month on the site

A) 96 B) 89 C) 104 D) 127

Computer Science & Information Technology

It is most attractive and common that Word documents are printed in ________ orientation. Excel documents are most often printed in ________ orientation

A) portrait; portrait B) landscape; landscape C) portrait; landscape D) landscape; portrait

Computer Science & Information Technology

No USB device appears to work on a new computer whether attached to a USB hub that attaches to a USB port or any device that attaches directly to the computer's USB port. What is a logical next step?

A) Try all the USB devices on another computer. B) Check the power supply for proper voltage output. C) Ensure the BIOS has the USB ports enabled. D) Add an external power source to the USB hub. E) Replace the USB hub.

Computer Science & Information Technology