Given that String[] str has been initialized, to get a copy of str[0] with all the characters converted to uppercase, you would use the __________ statement.
a. str.uppercase();
b. str[0].upperCase();
c. str.toUpperCase();
d. str[0].toUpperCase();
d. str[0].toUpperCase();
Computer Science & Information Technology
You might also like to view...
A ____________ is the smallest unit of space on which your screen can write.
(a) pixel (b) dot (c) bit (d) font
Computer Science & Information Technology
What will be the output from the source code?
Computer Science & Information Technology
To perform the Caesar cipher encryption operation, the pad values are added to numeric values that represent the plaintext that needs to be encrypted.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The ________ is a single-chip, general-purpose I/O module designed for use with the Intel 80386 processor.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology