Questions Related to technology

Multiple choice technology web technology
  1. ArrayList<Integer> input = null; ArrayList<Integer> output = null;

  2. ArrayList<Integer> input = null; List<Integer> output = null;

  3. ArrayList<Integer> input = null; List<Number> output = null;

  4. List<Number> input = null; ArrayList<Integer> output = null;

  5. List<Number> input = null; List<Number> output = null;

  6. List<Integer> input = null; List<Integer> output = null;

Reveal answer Fill a bubble to check yourself
B,E,F Correct answer
Multiple choice technology web technology
  1. Fragment I compiles

  2. Fragment II compiles

  3. Fragment III compiles

  4. Fragment I executes without exception

  5. Fragment II executes without exception

  6. Fragment III executes without exception

Reveal answer Fill a bubble to check yourself
A,B,C,D,F Correct answer
Multiple choice technology mainframe
  1. The command encountered a user error or an authorization failure and attempted to continue processing

  2. The command encountered a system error and terminated processing.

  3. Normal completion.

  4. The command encountered a user error or an authorization failure and terminated processing.

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology mainframe
  1. Allows you to create RACF data set profiles for the group

  2. Allows you to access resources to which the group is authorized

  3. Allows you to connect other users to the group

  4. Allows you to add new subgroups or users to the group, as well as assign group authorities to the new members

Reveal answer Fill a bubble to check yourself
B Correct answer