What type of scriptlet code is better-suited to being factored forward into a servlet?
Code that deals with logic that is common across requests.
Code that deals with logic that is vendor specific.
Code that deals with logic that relates to database access.
Code that deals with logic that relates to client scope.