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
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:
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:
D
In a web application, the web server sends pages formatted in ____.
Free
(Multiple Choice)
4.7/5
(36)
Correct Answer:
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 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)
If a JavaBean property has only a get method, then it is __________________.
(Multiple Choice)
4.9/5
(41)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)