Tag: web technology

Questions Related to web technology

  1. GroupID_COUNT>GroupID_MAX

  2. GroupID_COUNT

  3. GroupID_COUNT=GroupID_MAX

  4. GroupID_COUNT <> GroupID_MAX


Correct Option: A
  1. CIP document

  2. CSA doument

  3. Custody Document

  4. All of the above


Correct Option: D

Which method you use when you want to send confidential data

  1. doGet

  2. doPost

  3. Both

  4. None of the above

  5. All of the above


Correct Option: B

Which are the following are illegal Queries while using group Functions.

  1. You cannot use the WHERE clause to restrict groups.

  2. You cannot use the HAVING clause to restrict groups

  3. You cannot use group functions in the WHERE clause

  4. None of these


Correct Option: A,C
  1. You cannot use the WHERE clause to restrict groups.

  2. You cannot use the HAVING clause to restrict groups

  3. You cannot use group functions in the WHERE clause

  4. None of these


Correct Option: A,C

The Model In JSF's MVC implementation, Managed beans mediate between view and model.The bean defines the properties and methods associated with the UI components used on the page. A bean can also define a set of methods that perform functions, such as validating the component's data, for the component. An important feature of JSF's managed bean facility is it's ability to initialize properties from the configuration file.(Ques):Which Configuration file holds the registry info for the Managed bean?

  1. faces-config.xml

  2. web.xml

  3. ibm-web-ext.xmi

  4. ibm-web-bnd.xmi


Correct Option: A