What is the effect of executing the following JSP statement, assuming a class with name Employee exists in classes package.

  1. The code does not compile as there is no property attribute of setProperty tag.

  2. The code does not compile as property attribute cannot take * as a value.

  3. The code sets value of all properties of employee bean to "*".

  4. The code sets the values of all properties of employee bean to matrching parameters in request object.


Correct Option: D

Find more quizzes: