how can i typecast paint into string in java code example Example: int to string java int i=10; String s=String.valueOf(i);//Now it will return "10"