有语句String s=”hello world”; ,以下操作( )是不合法的?
单选题 (1 分) 1分
A.int i = s.length();
B.s>>>= 3;
C.String ts = s.trim();
D.String t=s+”!”;
出自:国家开放大学移动开发技术导论