Exam 24: Web Applications

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

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
(41)

The application server listens to web requests, typically on which port?

(Multiple Choice)
4.8/5
(49)

Where does the application program of a web application reside?

(Multiple Choice)
4.8/5
(46)

The expression #{timeBean.time} calls the ____________ method.

(Multiple Choice)
4.8/5
(35)

When deploying a JSF application, all class files must be placed in the _______ directory:

(Multiple Choice)
4.9/5
(37)

JSF page syntax is a mixture of ______ and JSF-specific tags.

(Multiple Choice)
4.9/5
(31)

A _______ is an application whose user interface is displayed in a web browser.

(Multiple Choice)
4.9/5
(32)

What do you need to run a JSF application?

(Multiple Choice)
4.8/5
(38)

The collection of choices for a radio button tag can be specified with a ___ tag.

(Multiple Choice)
4.8/5
(36)

Value expressions tie the ___________ together to make a web application.

(Multiple Choice)
4.9/5
(36)

The string that determines the next page that the JSF container sends to the browser is called the __________________.

(Multiple Choice)
4.8/5
(45)

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

(Multiple Choice)
5.0/5
(36)

____ link JSF pages with Java objects.

(Multiple Choice)
4.9/5
(39)

The expression #{timeBean.time} is called a ____________.

(Multiple Choice)
4.8/5
(42)
Showing 61 - 74 of 74
close modal

Filters

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