SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for May, 2010

May 29th, 2010

What is the form based authentication technique?

No Comments, SCWCD, by Daisy Williams.

The Form-based authentication is a type of authentication mechanism. It allows the developer to control the look and feel of…

Share

May 27th, 2010

OpenOffice.org 3 specialist certification exam

No Comments, Sun Java Certifications, by Daisy Williams.

Now days Sun is providng its latest OpenOffice.org specialist certification exam that enables you to certify your desktop productivity skills…

Share

May 26th, 2010

Which of the following statements are correct about the code given below?

No Comments, Uncategorized, by Daisy Williams.

<security-constraint>  <web-resource-collection>     <web-resource-name>AccountServlet</web-resource-name>     <description>This is an Account Servlet.</description>     <http-method>GET</http-method>     <http-method>POST</http-method>     <http-method>PUT</http-method>     <http-method>DELETE</http-method>     <url-pattern>acme/AccountServlet</url-pattern>…

Share