Tag: web technology

Questions Related to web technology

The database queries for genesys are stored in the file ........

  1. cabinets.xml

  2. connectionpool.properties

  3. service.properties

  4. workingdocument


Correct Option: A
  1. A presentation technology

  2. A technology for specifying business rules

  3. A persistence technology

  4. None of the above


Correct Option: A
  1. It's valid navigation rule

  2. It will generate RuntimeException due to lack of tag

  3. page.jsp will never be displayed with this navigation rule

  4. It's not proper (although it's valid) navigation-rule. It should have tag


Correct Option: A,D

Part of faces-config: hello.jsp Hello login.jsp Turtle powerRanger.jsp And the ActionLink in the JSP: What will happen if we click on the link?

  1. There will be an server error.

  2. We will stay on the same page.

  3. We will land on the login Page.

  4. There is no h:commandLink tag.

  5. We will land on the powerRangers Page.


Correct Option: B
  1. Throws an exception.

  2. Executes the action method and throws an exception.

  3. Executes the action method and renders current view.

  4. Controller will be in the same page


Correct Option: C