SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘free questions’

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…

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

May 6th, 2010

What are the valid parameters and return types of the Web service methods?

No Comments, SCBCD, by Daisy Williams.

The valid parameters and return types for the Web service methods are as follows: All primitive types All wrapper types…

Share