Sail E0 Webinar

MCQs

Total Questions : 66 | Page 2 of 7 pages
Question 11. What servlet processor was developed by Apache Foundation and Sun?
  1.    None of these
  2.    Apache Web server
  3.    Apache Tomcat
  4.    Sun servlet processor
 Discuss Question
Answer: Option C. -> Apache Tomcat
Question 12. Which JDBC driver Type(s) can you use in a three-tier architecture and if the Web server and the DBMS are running on the same machine?
  1.    Type 1 only
  2.    All of Type 1, Type 2, Type 3 and Type 4
  3.    Both Type 3 and Type 4
  4.    Type 2 only
 Discuss Question
Answer: Option B. -> All of Type 1, Type 2, Type 3 and Type 4
Question 13. What programming language(s) or scripting language(s) does Java Server Pages (JSP) support?
  1.    Jscript only
  2.    VBScript only
  3.    Java only
  4.    All of these
 Discuss Question
Answer: Option C. -> Java only
Question 14. What is bytecode?
  1.    None of these
  2.    Java code
  3.    Machine-specific code
  4.    Machine-independent code
 Discuss Question
Answer: Option D. -> Machine-independent code
Question 15. 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 these
 Discuss Question
Answer: Option C. -> A Java servlet
Question 16. JDBC stands for:
  1.    None of these
  2.    Java Database Control
  3.    Java Database Components
  4.    Java Database Connectivity
 Discuss Question
Answer: Option D. -> Java Database Connectivity
Question 17. Which JDBC driver Types are for use over communications networks?
  1.    Type 3 only
  2.    Both Type 3 and Type 4
  3.    Neither Type 3 nor Type 4
  4.    Type 4 only
 Discuss Question
Answer: Option B. -> Both Type 3 and Type 4
Question 18. Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
  1.    Type 2
  2.    Type 4
  3.    Type 1
  4.    Type 3
 Discuss Question
Answer: Option C. -> Type 1
Question 19. How many copies of a JSP page can be in memory at a time?
  1.    One
  2.    Two
  3.    Unlimited
  4.    Three
 Discuss Question
Answer: Option A. -> One
Question 20. How does Tomcat execute a JSP?
  1.    By one of Tomcat's threads
  2.    None of these
  3.    As an independent process
  4.    As a CGI script
 Discuss Question
Answer: Option A. -> By one of Tomcat's threads

Latest Videos

Latest Test Papers