Exam 25: Web Applications
Exam 1: Introduction98 Questions
Exam 2: Using Objects76 Questions
Exam 3: Implementing Classes103 Questions
Exam 4: Fundamental Data Types125 Questions
Exam 5: Decisions120 Questions
Exam 6: Loops128 Questions
Exam 7: Arrays and Array Lists118 Questions
Exam 8: Designing Classes95 Questions
Exam 9: Inheritance101 Questions
Exam 10: Interfaces85 Questions
Exam 11: Inputoutput and Exception Handling109 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion110 Questions
Exam 14: Sorting and Searching109 Questions
Exam 15: The Java Collections Framework110 Questions
Exam 16: Basic Data Structures104 Questions
Exam 17: Tree Structures110 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Graphical User Interfaces76 Questions
Exam 20: Streams and Binary Inputoutput82 Questions
Exam 21: Multithreading82 Questions
Exam 22: Internet Networking74 Questions
Exam 23: Relational Databases75 Questions
Exam 24: XML74 Questions
Exam 25: Web Applications75 Questions
Select questions type
_______ were invented to overcome the stateless protocol restrictions of HTTP.
(Multiple Choice)
4.9/5
(39)
A _____ is an object that is controlled by the JSF container.
(Multiple Choice)
4.9/5
(39)
The user interface of a web application is displayed in a ______.
(Multiple Choice)
4.8/5
(41)
To query a database, a JavaBean needs a(n) ____________ object.
(Multiple Choice)
4.9/5
(42)
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)
4.9/5
(35)
A method _________ specifies a bean and a method that should be invoked on the bean.
(Multiple Choice)
4.7/5
(43)
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
(41)
______ of a bean component can be accessed by tools without having to write Java code.
(Multiple Choice)
4.8/5
(33)
Both Swing and JSF handle the tedious details of capturing user input, but JSF ________.
(Multiple Choice)
4.9/5
(41)
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
(45)
What does the second period in the following command denote? jar cvf time.war .
(Multiple Choice)
4.7/5
(33)
Which method(s) will this line from a JSF page call? The current time is #{timeBean.time}
(Multiple Choice)
4.7/5
(36)
One of the web application frameworks that has been developed is ________.
(Multiple Choice)
4.8/5
(26)
Where does the application program of a web application reside?
(Multiple Choice)
4.8/5
(44)
Which of the following represents part of the business logic of a three-tier application?
(Multiple Choice)
4.9/5
(31)
In JSF, button groups and ____ require that you specify two properties: the collection of possible choices and the actual choice.
(Multiple Choice)
5.0/5
(46)
____ support the separation of presentation and business logic.
(Multiple Choice)
4.8/5
(31)
One of the corresponding methods for a JavaBean property called city is:
(Multiple Choice)
4.8/5
(43)
One of the steps in deploying a JSF application is to _______ of the web application:
(Multiple Choice)
4.8/5
(42)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)