MCQOPTIONS
Saved Bookmarks
| 1. |
What type of scriptlet code is better-suited to being factored forward into aservlet? |
| A. | code that deals with logic that is common across requests. |
| B. | code that deals with logic that is vendor specific) |
| C. | code that deals with logic that relates to database access. |
| D. | code that deals with logic that relates to client scope. |
| Answer» B. code that deals with logic that is vendor specific) | |