Suppose s1 and s2 are two strings. Which of the following statements or expressions is incorrect? Please select all that apply.
a) s1 + s2
b) s1.concat(s2)
c) s1 - s2
d) s1.length > s2.length