Exam 24: Web Applications
Exam 1: Introduction96 Questions
Exam 2: Fundamental Data Types103 Questions
Exam 3: Decisionseasy99 Questions
Exam 4: Loops100 Questions
Exam 5: Methods94 Questions
Exam 6: Arrays and Arraylists100 Questions
Exam 7: Inputoutput and Exception Handling100 Questions
Exam 8: Objects and Classes101 Questions
Exam 9: Inheritance and Interfaces99 Questions
Exam 10: Graphical User Interfaces54 Questions
Exam 11: Advanced User Interfaces91 Questions
Exam 12: Object-Oriented Design100 Questions
Exam 13: Recursion100 Questions
Exam 14: Sorting and Searching99 Questions
Exam 15: The Java Collections Framework100 Questions
Exam 16: Basic Data Structures94 Questions
Exam 17: Tree Structures100 Questions
Exam 18: Generic Classes78 Questions
Exam 19: Streams and Binary Inputoutput82 Questions
Exam 20: Multithreading82 Questions
Exam 21: Internet Networking74 Questions
Exam 22: Relational Databases75 Questions
Exam 23: XML74 Questions
Exam 24: Web Applications74 Questions
Select questions type
______ 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)
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)
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)
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)
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)
Showing 21 - 40 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)