your guessWord is get a null value..Because you only declare the guessword like this static String guessWord; after that you didn't assign values on that.. and also directly you pass the guessword...