Several difficult questions of SCWCD
Here are three difficult SCWCD questions from javaranch.
1. The Element in the Deployment Descriptor for a servlet initialization parameter is :
<!--ELEMENT init-param(param-name, param-value, description?)-->This is true.
2. The statement :
The web client obtains the username and password from the user and transmits it
to the server using Base64 encoding.
Best describes which Authentication scheme?
Http Digest Authentication
Http Basic Authentication — correct
Https Client Authentication
Form Based Authentication
3. You have an Applet that needs to receive a large block of data from a
server, manipulate it on the client and return it to the server, which pattern
is best suited for this situation?
Value Objects — correct
Business Delegate
Data Access Object
Model View and Control
You may also like:
Leave a comment