单项选择题下列关于字符串的叙述错误的是( )。
单项选择题下列内部类的正确用途是【 】btnn.addActionListener(new //注册监听器ActionListener(){ public void actionPerformed(ActionEvent event){ String s=input.getText();output.setText( Hello +s+ ,Welcome You! );}});