how to store a character variable into string object
babla somaiah
Greenhorn
Joined: Feb 02, 2001
Posts: 6
posted
0
hi gopal, the program below gives the solution to ur problem. the line of code with ******* is the exact conversion class demo { public static void main(String args[]) { char b; String bab; b='m'; bab=String.valueOf(b);//************* System.out.println(bab); } } regards, babla
gopal singh
Greenhorn
Joined: Feb 06, 2001
Posts: 9
posted
0
thanks u very much somaaiya
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.