Introduction to Java Programming, Includes Data Structures, Eleventh Edition, Y. Daniel Liang

This quiz is for students to practice. A large number of additional quiz is available for instructors using Quiz Generator from the Instructor's Resource Website. Videos for Java, Python, and C++ can be found at https://yongdanielliang.github.io/revelvideos.html.

Chapter 39 JavaServer Faces


39.1  ____ completely separates Web UI from Java code so the application developed using JSF is easy to debug and maintain.
A. Java servlet
B. JSP
C. JSF
D. PHP
E. JavaScript

39.2  You can use NetBeans 6 to develop _______ applications.
A. Java servlet
B. JSP
C. JSF
D. PHP

39.3  Which of the following are JSF life-cycle methods?
A. init()
B. preprocess()
C. prerender()
D. destroy()