Exam 24: Web Applications

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

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

(Multiple Choice)
4.8/5
(29)

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

(Multiple Choice)
4.8/5
(37)

What does the value expression timeBean.time do?

(Multiple Choice)
4.8/5
(38)

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

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

(Multiple Choice)
4.7/5
(32)

____ support the separation of presentation and business logic.

(Multiple Choice)
5.0/5
(37)

JSF pages define the ___________ of a web application.

(Multiple Choice)
4.9/5
(35)

One of the required steps in designing a JavaBean is:

(Multiple Choice)
4.8/5
(31)

The JSF tags are dynamically translated into HTML tags and text. In this context, dynamic means:

(Multiple Choice)
4.8/5
(44)

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

(Multiple Choice)
4.9/5
(53)

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

(Multiple Choice)
4.9/5
(41)

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

(Multiple Choice)
4.7/5
(49)

Which of the following contains a method expression?

(Multiple Choice)
4.9/5
(32)

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

(Multiple Choice)
4.9/5
(34)

Which of the following statements is correct?

(Multiple Choice)
4.8/5
(37)

A _______ consists of a small string that the web server sends to a browser and that is later sent back to the same server.

(Multiple Choice)
4.7/5
(34)

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

(Multiple Choice)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(37)

Several elements of a JSF page are tags with a(n) ________.

(Multiple Choice)
4.8/5
(39)

The user interface of a web application is called:

(Multiple Choice)
4.8/5
(41)
Showing 21 - 40 of 74
close modal

Filters

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