Loading questions...
Updated
Given the code fragment:
How do you specify a default error page in your web.xml file?
Given the code fragment:
Given:
Given:
Which URL represents an invalid approach to pass a parameter to a REST resource?
Given:
Given the code fragments:
When handling a JSF request, your application code decided to redirect the call to another URL by using HTTP redirect. Which action should you take to correctly complete the handling of the JSF life cycle?
Which two capabilities are provided by the Java Authentication and Authorization Services (JAAS) API? (Choose two.)
Given the code fragment:
Create a free account to unlock all questions for this exam.
Log In / Sign UpYou need to develop a chat application, which allows the display of emoticons and images together with text messages.
How should you configure a WebSocket endpoints to receive both text and binary messages?
Given the code fragment from a Facelet page:
On Line 1, you ae asked to insert a search box that displays the text "Search Here" via a placeholder.
Assume searchMB is a valid Managed Bean.
Which two options enable you to create a search box with a placeholder attribute on Line 1? (Choose two.)
Which method should be used on line 3 to enable default validation mechanism?
And -
Which two steps, when performed independently, enable the index.xhtml page to print the following text: The Id is 12345? (Choose two.)
How often does the submitted task run?
What code needs to be added to line 1 for MyMapper bean instances to be correctly passivated?
If an exception is thrown inside the if block, what effect will it have on the transaction?
What code should you add to the body of the updateEmployee method in order to save pending changes to the database?
When the context root is requested http://host:port/context, how does the container resolve this mapping?