Sail E0 Webinar

MCQs

Total Questions : 66 | Page 7 of 7 pages
Question 61. . What is invoked via HTTP on the Web server computer when it responds to requests from a user's Web browser?
  1.    A Java application
  2.    A Java applet
  3.    A Java servlet
  4.    None of the above is correct.
 Discuss Question
Answer: Option C. -> A Java servlet
Question 62. . Which JDBC driver Types are for use over communications networks?
  1.    Type 3 only
  2.    Type 4 only
  3.    Both Type 3 and Type 4
  4.    Neither Type 3 nor Type 4
 Discuss Question
Answer: Option C. -> Both Type 3 and Type 4
Question 63. . How many copies of a JSP page can be in memory at a time?
  1.    One
  2.    Two
  3.    Three
  4.    Unlimited
 Discuss Question
Answer: Option A. -> One
Question 64. . JDBC stands for:
  1.    Java Database Connectivity
  2.    Java Database Components
  3.    Java Database Control
  4.    None of the above is correct.
 Discuss Question
Answer: Option A. -> Java Database Connectivity
Question 65. . Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
  1.    Type 1
  2.    Type 2
  3.    Type 3
  4.    Type 4
 Discuss Question
Answer: Option A. -> Type 1
Question 66. . How does Tomcat execute a JSP?
  1.    As a CGI script
  2.    As an independent process
  3.    By one of Tomcat's threads
  4.    None of the above is correct.
 Discuss Question
Answer: Option C. -> By one of Tomcat's threads

Latest Videos

Latest Test Papers