Which of the following is the correct statement to return a string from an array a of characters?
a. toString(a)
b. new String(a)
c. convertToString(a)
d. String.toString(a)
b
Computer Science & Information Technology
You might also like to view...
Press [Enter] to insert a new blank row at the bottom of a table when the insertion point is positioned in the last cell of a table
Indicate whether the statement is true or false
Computer Science & Information Technology
The Caption property is used to set the contents of the title bar of a Windows Form object.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology