Exam 25: Web Applications

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

_______ were invented to overcome the stateless protocol restrictions of HTTP.

(Multiple Choice)
4.9/5
(39)

A _____ is an object that is controlled by the JSF container.

(Multiple Choice)
4.9/5
(39)

The purpose of a JSF page is to generate a ____ page.

(Multiple Choice)
4.7/5
(41)

The user interface of a web application is displayed in a ______.

(Multiple Choice)
4.8/5
(41)

To query a database, a JavaBean needs a(n) ____________ object.

(Multiple Choice)
4.9/5
(42)

If the scope of a managed bean has been set to _______, then the bean stays alive during multiple requests from the same browser.

(Multiple Choice)
4.9/5
(35)

A method _________ specifies a bean and a method that should be invoked on the bean.

(Multiple Choice)
4.7/5
(43)

Consider the following code fragment: public String checkCity() { Zone = getTimeZone(city); If (zone == null) { return "error"; } Return "next"; } What is the result of executing the following JSF statement if zone is null? <h:commandButton value="Submit" action="#{timeZoneBean.checkCity}"/>

(Multiple Choice)
4.8/5
(41)

______ of a bean component can be accessed by tools without having to write Java code.

(Multiple Choice)
4.8/5
(33)

Both Swing and JSF handle the tedious details of capturing user input, but JSF ________.

(Multiple Choice)
4.9/5
(41)

Consider the following code fragment: public String checkCity() { Zone = getTimeZone(city); If (zone == null) { return "error"; } Return "next"; } Which JSF statement will call this method?

(Multiple Choice)
4.9/5
(45)

What does the second period in the following command denote? jar cvf time.war .

(Multiple Choice)
4.7/5
(33)

Which method(s) will this line from a JSF page call? The current time is #{timeBean.time}

(Multiple Choice)
4.7/5
(36)

One of the web application frameworks that has been developed is ________.

(Multiple Choice)
4.8/5
(26)

Where does the application program of a web application reside?

(Multiple Choice)
4.8/5
(44)

Which of the following represents part of the business logic of a three-tier application?

(Multiple Choice)
4.9/5
(31)

In JSF, button groups and ____ require that you specify two properties: the collection of possible choices and the actual choice.

(Multiple Choice)
5.0/5
(46)

____ support the separation of presentation and business logic.

(Multiple Choice)
4.8/5
(31)

One of the corresponding methods for a JavaBean property called city is:

(Multiple Choice)
4.8/5
(43)

One of the steps in deploying a JSF application is to _______ of the web application:

(Multiple Choice)
4.8/5
(42)
Showing 21 - 40 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)