Multiple choice Which of the following methods is used to read form data from the client in JSP? getParameter() getParameterNames() getInputStream() all of the above none of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation This method is used to read binary data stream coming from the client.