The Form-based authentication is a type of authentication mechanism. It allows the developer to control the look and feel of…
May 28th, 2010
What is the security-role-ref element?
No Comments, Uncategorized, by Daisy Williams.The <security-role-ref> element is used to specify the declaration of a security role reference in the web application’s code. The…
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…
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>…