java中char类型怎么转string

 我来答
muttonshirtd
2016-12-16 · TA获得超过379个赞
知道小有建树答主
回答量:938
采纳率:0%
帮助的人:303万
展开全部
String a="a";
char b=a.charAt(0);
System.out.println(b); 输出结果为:a
二十三页书
2016-12-16 · TA获得超过111个赞
知道答主
回答量:66
采纳率:86%
帮助的人:15.3万
展开全部
package selfutil;

public class tesst {

public static void main(String[] args) {
char ch = 'A';

String str = "" + ch;

System.out.println(str);

}

}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2016-12-16
展开全部
String(char[] value)Allocates a new String so that it represents the sequence of
characters currently contained in the character array argument.

String(char[] value,
int offset,
int count)Allocates a new String that contains characters from a subarray
of the character array argument.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式