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
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
(41)
The application server listens to web requests, typically on which port?
(Multiple Choice)
4.8/5
(49)
Where does the application program of a web application reside?
(Multiple Choice)
4.8/5
(46)
The expression #{timeBean.time} calls the ____________ method.
(Multiple Choice)
4.8/5
(35)
When deploying a JSF application, all class files must be placed in the _______ directory:
(Multiple Choice)
4.9/5
(37)
JSF page syntax is a mixture of ______ and JSF-specific tags.
(Multiple Choice)
4.9/5
(31)
A _______ is an application whose user interface is displayed in a web browser.
(Multiple Choice)
4.9/5
(32)
The collection of choices for a radio button tag can be specified with a ___ tag.
(Multiple Choice)
4.8/5
(36)
Value expressions tie the ___________ together to make a web application.
(Multiple Choice)
4.9/5
(36)
The string that determines the next page that the JSF container sends to the browser is called the __________________.
(Multiple Choice)
4.8/5
(45)
What does the second period in the following command denote?
Jar cvf time.war .
(Multiple Choice)
5.0/5
(36)
Showing 61 - 74 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)