public class SpaceRemove
{
public static void main(String[] args)
{
String str="he is a good boy";
System.out.println(str.replaceAll("\\s+",""));
}
}
The past may be good, but you can't focus on it forever. You have to focus on what's coming to you and make it better than the past