March 2008
Intermediate to advanced
911 pages
20h 31m
English
Given an HTML form that uses checkboxes to allow a user to select multiple values for a parameter called hobbies.
Which EL expressions evaluate to the first value of the hobbies parameter? (Choose all that apply.)
| A. |
|
| B. |
|
| C. |
|
| D. |
|
| E. |
|
| F. |
|
Given that a web application stores the webmaster email address in the servlet context initialization parameter called master-email.
Which retrieves that value? (Choose all that apply.)
| A. | <a href='mailto:${initParam.master-email}'>
email me</a> |
| B. | <a href='mailto:${contextParam.master-email}'>
email me</a> |
C. |
Read now
Unlock full access