Exam 24: Web Applications

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

Which method(s) will this line from a JSF page call? <h:inputText value="#{timeZoneBean.city}"/>

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

C

Suppose a DictionaryBean class has a method String getLanguage(). Which JSF page statement would display the language properly?

Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
Verified

D

In a web application, the web server sends pages formatted in ____.

Free
(Multiple Choice)
4.7/5
(36)
Correct Answer:
Verified

B

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

(Multiple Choice)
4.8/5
(38)

The Java library contains a _______ class that provides information about time zones around the world.

(Multiple Choice)
4.8/5
(36)

When the string The current time is #{timeBean.time} is rendered, the JSF container calls the __________________.

(Multiple Choice)
4.7/5
(32)

Name one of the requirements for a Java class to become a JavaBean?

(Multiple Choice)
4.9/5
(34)

The name of the bean in the expression #{timeBean.time} is:

(Multiple Choice)
4.9/5
(36)

The keys of the map specified in f:selectItems are the ____ that are displayed next to each choice.

(Multiple Choice)
4.9/5
(32)

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

(Multiple Choice)
4.9/5
(37)

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

(Multiple Choice)
4.8/5
(43)

Which of the following is an example of a server with a JSF container?

(Multiple Choice)
4.9/5
(33)

The _______ converts a JSF page to an HTML page.

(Multiple Choice)
4.8/5
(39)

If a JavaBean property has only a get method, then it is __________________.

(Multiple Choice)
4.9/5
(41)

Every bean must have a ____ with no arguments.

(Multiple Choice)
4.8/5
(36)

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)
5.0/5
(42)

Managed beans define the ___________ of a web application.

(Multiple Choice)
4.8/5
(34)

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

(Multiple Choice)
4.9/5
(28)

When a submit button is pressed in a simple JSF application, what does the outcome string represent?

(Multiple Choice)
4.8/5
(36)

All application files in a web application should be zipped up by running the _____ command.

(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 74
close modal

Filters

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