Suppose s1 and s2 are two strings. Which of the following statements or expressions are incorrect?
a. String s = new String("new string");
b. String s3 = s1 + s2
c. s1 >= s2
d. int i = s1.length
e. s1.charAt(0) = '5'
c. s1 >= s2
d. int i = s1.length
e. s1.charAt(0) = '5'
Computer Science & Information Technology
You might also like to view...
If a sheet tab has ________ you know that it is not selected
A) a dotted background B) a solid background color C) a red border D) a bolded border
Computer Science & Information Technology
An attribute or a characteristic of a field that controls the display and input of data
a. Data type b. Field property c. Data design
Computer Science & Information Technology