public class foo{ public static void main(String[] args){ String hello = "hello"; String world = "world"; String together = hello + world; } }