Tag: web technology

Questions Related to web technology

Does SharePoint 2007 does not have any browser restrictions.

  1. True

  2. False


Correct Option: B

What security levels are assigned to users?

  1. Reader, Manager, Web Designer, Administrator

  2. Reader, Contributor, Web Designer, Administrator

  3. Reader, Contributor, Web Administrator, Administrator

  4. None of the above


Correct Option: B
  1. Navigation rules

  2. Custom components

  3. Managed beans

  4. Application name


Correct Option: D

Correct Option: B
Explanation:

To solve this question, the user needs to have knowledge of JavaServer Faces (JSF) and its structure.

The correct answer is:

B.

The tag must enclose all other tags on a Faces JSP page. It represents the outermost container for a JavaServer Faces (JSF) application and is used to define the view that is to be rendered.

Option A, , is not a valid JSF tag.

Option C, , is not a valid JSF tag either.

Option D, , is a valid JSF tag, but it is not the correct answer to this question. The correct tag is .

Which JSF component can be used to create tables?

  1. HtmlPanelGroup

  2. HtmlTable

  3. UITable

  4. HtmlPanelGrid


Correct Option: D

How do you declare a text label for an input control?

  1. Use the HtmlOutputLabel component

  2. Use the HtmlOutputLabel component with a child HtmlOutputText component

  3. Use the HtmlOutputText component

  4. Use the OutputLabel component


Correct Option: B
  1. Command events

  2. Submit events

  3. Action events

  4. Click events


Correct Option: C