MCQOPTIONS
Saved Bookmarks
| 1. |
What alternatives exist to embedding Java code directly within the HTML markup of your JSP page? |
| A. | moving the code into your session manager. |
| B. | moving the code into scriptlets. |
| C. | moving the code into javabeans and servlets. |
| D. | moving the code into a transaction manager. |
| Answer» D. moving the code into a transaction manager. | |