Write a program in Java to accept a string in lowercase and change the first letter of every word to uppercase. Display the new string.

Sample input: we are in cyber world
Sample output: We Are In Cyber World