State true or false -- Can a JSP process HTML form data

Skill/Topic: Fundamentals
A) True
B) False
Explanation: We can get data from the form object in jsp

Showing Answers 1 - 1 of 1 Answers

sangeetha

  • May 23rd, 2006
 

we can process the data using request.getparameter("param")

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions