1z0-808 Exam Question 56

This grid shows the state of a 2D array:

The grid is created with this code:

Which line of code, when inserted in place of //line n1, adds an X into the grid so that the grid contains three consecutive Xs?
  • 1z0-808 Exam Question 57

    Which two may precede the word 'class' in a class declaration?
  • 1z0-808 Exam Question 58

    Given the code fragment:

    What is the result?
    A:

    B: Compilation fails only at line n1
    C: Compilation fails only at line n2
    D: Compilation fails at both line n1 and line n2
  • 1z0-808 Exam Question 59

    Given:

    How many MarkList instances are created in memory at runtime?
  • 1z0-808 Exam Question 60

    Given:

    What is the result?