how to convert string into mixed case?
807598Oct 7 2006 — edited Oct 7 2006Hi,
Does anybody know how to convert the string value into mixed case?
For ex:
String name = "venkat raju";
System.out.println(Name is: +name);
I want to display the value as Venkat Raju
regards
venki