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'

cde

Computer Science & Information Technology

You might also like to view...

You can pull out one or more slices, or ________, a pie chart to emphasize a specific slide in a pie chart

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is TRUE about ungrouping an object?

A) All non-vector graphics can be converted into drawing objects. B) Most of the clip art images available are not vector graphics. C) Vector graphic files are easily edited and layered. D) Files in .bmp and .jpg can be ungrouped.

Computer Science & Information Technology