You can concatenate String objects by using the __________.

a. concat or trim methods
b. concat method or the + operator
c. concatenate or join methods
d. concatenate method or the + operator



b. concat method or the + operator

Computer Science & Information Technology

You might also like to view...

Which of the following does not perform the following task: display correct if answer is equal to 7 and incorrect if answer is not equal to 7?

a. if ( answer == 7 ) cout << "correct"; else cout << "incorrect"; b. cout << answer == 7 ? "correct" : "incorrect"; c. cout << ( answer == 7 ? "correct" : "incorrect" ); d. answer == 7 ? cout << "correct" : cout << "incorrect";

Computer Science & Information Technology

Which of the following is NOT something you can add to a Google+ post?

A) Links to web pages B) Taglines C) Digital photos D) Events

Computer Science & Information Technology

A switchboard form can have a a maximum of 100 command buttons, labels, or other controls.?

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

Computer Science & Information Technology

You cannot turn off one layer's display once it is part of multiple layers.

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

Computer Science & Information Technology