aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Java and JSP Programming Fundamentals
  • Which of the following methods is used to read form data ...
Multiple choice

Which of the following methods is used to read form data from the client in JSP?

  1. getParameter()

  2. getParameterNames()

  3. getInputStream()

  4. all of the above

  5. 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.

Keep practicing — related questions

  • In JSP, how can you know what HTTP method (GET or POST) is used by client request ?
  • Which of the following classes in Java servlets provides an input stream for reading requests from a client?
  • Which of the following techniques is likely to return an initialization parameter for a JSP page? (Choose t...
  • How will you pass values from HTML page to the Servlet?
  • How will you pass values from HTML page to the Servlet?
  • Which of the following methods are declared in ServletRequest?
  • What method can be used to retrieve all the parameter names being sent as part of the request by the client?
  • What method can be used to retrieve all the parameter names being sent as part of the request by the client?
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Java Core Classes and Threads (1473 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy