Discussion :: JSP - CSE
- What type of scriptlet code is better-suited to being factored forward into a servlet?
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 : Option A
Explanation :
Be The First To Comment