pencil-icon
Build your own quiz

Other

9th -

12thgrade

Image

Arrays

69
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    5 minutes
    1 pt

    Which of the following is FALSE about arrays on Java

    A java array is always an object

    Length of array can be changed after creation of array

    Arrays in Java are always allocated on heap

  • 2. Multiple Choice
    5 minutes
    1 pt

    What is the length of the following array: byte[] data = { 12, 34, 9, 0, -62, 88 };

    1

    5

    6

    12

  • 3. Multiple Choice
    5 minutes
    1 pt
    How will you identify a single array?
    single curly brackets
    single square brackets
    multiple squares brackets
    single angled brackets
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?