1.
Which statement is true about the WS-Security standard?
2.
Given the code sample: And: And: And the next fragment from beans.xml: And this injection point: @Inject GenericMessenger messageHandler; Which type would be injected at run time and referenced by the messageHandler variable?
3.
On your JSF page, you have a form in which you have a command button: A user submits the form by clicking the button, and no errors occur while processing the request. Which statement is true?
4.
Given the code fragment: How long does this cookie persist?
5.
Which statement is true about JAX-RS resource implementation?
6.
How can you inject a target web service into an EJB?
7.
How can you configure, in a portable way, the number of threads used by a ManagedExecutorService?
8.
How can a servlet indicate to the browser that cookie data should be sent over a secure connection?
9.
Given the following code: What should you do at line 1 to enable this servlet receive request data without blocking?
10.
Which statement is true about the relationship between HTTP and WebSockets?