已知有字符数组char chars[ ]={'a'}, 由 chars 创建字符串s 的语句是:()。

已知有字符数组char chars[ ]={'a'}, 由 chars 创建字符串s 的语句是:()。
【正确答案】:Stringe =new String(chars );