Tag: web technology

Questions Related to web technology

  1. Access via parent

  2. Have a variable outside of the datagrid to hod the data

  3. Using implicit object called “data”

  4. Using implicit object called “object”


Correct Option: C
  1. Use the property called “data” in event Object

  2. Use the property called “payload” in event Object

  3. Create a Custom Event and have your own public variable to hold the data to be passed to the handler

  4. No way to do that.


Correct Option: C

You need to reposition the children of a container when loadin the application based on some custom logic. Which is the correct place to trigger the logic?

  1. preinitialize of the Container

  2. initialize of the container

  3. creationComplete of the child Components of the container

  4. creationComplete of the Container


Correct Option: D
  1. UNIT=INDD

  2. UNIT=*=INDD

  3. UNIT=AFF=INDD

  4. UNIT=AFF*INDD


Correct Option: C
Explanation:

To solve this question, the user needs to know the syntax of DD statements and the purpose of the UNIT parameter.

The correct option to use the same unit that has been used by a prior DD statement is option C.

Explanation of each option:

A. UNIT=INDD: This option specifies a specific device name, INDD, to be used for the DD statement. However, it does not ensure that the same device used in the prior DD statement is used.

B. UNIT==INDD: This option specifies that the same device name used in the previous DD statement should be used, indicated by the asterisk (), but it is not a valid syntax.

C. UNIT=AFF=INDD: This option specifies that the device name specified in a previous DD statement with the same DDNAME should be used for this DD statement. The AFF parameter indicates that the same device affinity should be used, ensuring that the same physical device is used. This is the correct option to use the same unit that has been used by a prior DD statement.

D. UNIT=AFF*INDD: This option is not a valid syntax. The AFF parameter requires a specific DDNAME to be specified, not an asterisk.

Therefore, the answer is: C. UNIT=AFF=INDD

  1. Diamond

  2. Java Virtual Machine

  3. Java iButton

  4. None of these


Correct Option: B,C