Sail E0 Webinar

MCQs

Total Questions : 25 | Page 3 of 3 pages
Question 21. Which can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc. in JSP?
  1.    vs.Static HTML
  2.    vs.Server-Side Includes
  3.    vs.Pure Servlets
  4.    Vs.JavaScript
 Discuss Question
Answer: Option D. -> Vs.JavaScript




Question 22. What is JDBC?
  1.    java compiler
  2.    Java API
  3.    Java interpreter
  4.    Both A and B
 Discuss Question
Answer: Option B. -> Java API




Question 23. This is a software distribution model in which applications are hosted by a vendor or service provider and made available to customers over a network, typically the Internet.
  1.    Platform as a Service (PaaS)
  2.    Infrastructure as a Service (IaaS)
  3.    Software as a Service (SaaS)
  4.    None
 Discuss Question
Answer: Option C. -> Software as a Service (SaaS)




Question 24. What type of scriptlet code is better-suited to being factored forward into a servlet?
  1.    Code that deals with logic that is common across requests
  2.    Code that deals with logic that is vendor specific
  3.    Code that deals with logic that relates to database access
  4.    Code that deals with logic that relates to client scope
 Discuss Question
Answer: Option A. -> Code that deals with logic that is common across requests




Question 25. Dynamic interception of requests and responses to transform the information is done by
  1.    servlet container
  2.    servlet config
  3.    servlet context
  4.    servlet filter
 Discuss Question
Answer: Option D. -> servlet filter




Latest Videos

Latest Test Papers