I am getting a problem while passing query string values in String Array. The statements are as following.
words[0]=request.getParameter("word1");
words[1]=request.getParameter("word2");
The above statements gives me an exception and giving value 0. Please help me in this regard.
Thanks in advance.
wordsServletRequestdocumentation carefully enough?