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
  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

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

"Navigation rules: Navigation rules glue the various JSPs of a the application into a sequential flow of pages.These rules are stored in the faces-config.xml as <navigation-rule> elements. Each rule consists of one or more navigation cases (<navigation-case>).(Ques):Consider the below navigation rule: <navigation-case> <from-action>#{pc_UpdateCustomer.doUpdateAction}</from-action> <from-outcome>showcustomerlist</from-outcome> <to-view-id>/customerList.jsp</to-view-id> </navigation-case> This navigation rule is defined for which function in the managed bean?

  1. showcustomerlist

  2. doUpdateAction

  3. Not specific to any method this is a global rule

  4. A & B


Correct Option: B