Tag: technology

Questions Related to technology

Using the following DataTable value Property, what does the number indicate? X= Datatable.value (“Column1”,1)

  1. That you want the data from the first row in the table

  2. That you want the data from the first column in the table

  3. To get the data from the data sheet

  4. To access the data from the data sheet with the index Value ‘1’


Correct Option: D
  1. front to back, top to bottom and left to right

  2. top to bottom, front to back and left to right

  3. top to bottom, left to right and front to back

  4. left to right, front to back and top to bottom


Correct Option: B
  1. In WORKING-STORAGE SECTION

  2. In LINKAGE SECTION

  3. In File Section

  4. In Configaration Section


Correct Option: A

How many PSB’s are possible for an application program?

  1. 1

  2. 5

  3. 15

  4. 255


Correct Option: A

Given: 34. HashMap props = new HashMap(); 35. props.put("key45", "some value"); 36. props.put("key12", "some other value"); 37. props.put("key39", "yet another value"); 38. Set s = props.keySet(); 39. // insert code here What, inserted at line 39, will sort the keys in the props HashMap?

  1. Arrays.sort(s);

  2. s = new TreeSet(s);

  3. Collections.sort(s);

  4. s = new SortedSet(s);


Correct Option: B
  1. Compilation fails due to an error in line 23.

  2. Compilation fails due to an error in line 29.

  3. A ClassCastException occurs in line 29.

  4. A ClassCastException occurs in line 31.

  5. The value of all four objects prints in natural order.


Correct Option: C

Which command code forces IMS to find the last segment, that satisfies the SSA ?

  1. P

  2. D

  3. C

  4. L


Correct Option: D