Which of the following can be used to connect string text?

A. *
B. +
C. ^
D. %

Answer: B

Computer Science & Information Technology

You might also like to view...

The Library of Congress is the largest and most popular wiki on the Internet

Indicate whether the statement is true or false

Computer Science & Information Technology

The statement s1.equalsIgnoreCase(s4) is equivalent to which of the following?

a. s1.regionMatches(true, 0, s4, 0, s4.length()); b. s1.regionMatches(0, s4, 0, s4.length()); c. s1.regionMatches(0, s4, 0, s4.length); d. s1.regionMatches(true, s4, 0, s4.length);

Computer Science & Information Technology