What is the default initial value of a String?
a. ""
b. "default"
c. default
d. None of the above.
a. ""
Computer Science & Information Technology
You might also like to view...
In evaluating the following logical expression, which are the first and last operations to be performed?
c == a + d * b || a < b a. * first, || last b. + first, || last c. * first, == last d. + first, == last
Computer Science & Information Technology
Primitive type values are stored within the variable.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology