Introduction to Java Programming, Seventh Edition, Y. Daniel Liang
Chapter 41 JSF and Visual Web Development
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
2
You can use NetBeans 6 to develop _______ applications.
A.
Java servlet
B.
JSP
C.
JSF
D.
PHP
3
Which of the following are JSF life-cycle methods?
A.
init()
B.
preprocess()
C.
prerender()
D.
destroy()