getQueryString() Method Example

This method is defined in HttpServletRequest interface from javax.servlet.http package. With this method, the servlet programmer can know the data (through FORM fields like user name etc.) sent by the client. What is query string in servlets? It is the string containing the name of FORM fields and the data entered by the user in …

getQueryString() Method Example Read More »