I\'m writing a program that will replace multiple words in a single string. I\'m using this code but it is replacing word but giving result in two different lines. I want
Use MessageFormat.format(queryString, retrieveArguments().toArray());