Home / CSE MCQs / JSP - CSE :: Discussion

Discussion :: JSP - CSE

  1. What type of scriptlet code is better-suited to being factored forward into a servlet?
  2. 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

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment