Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. In Java it is possible to have

    1. An array of integers
    2. An array of string objects
    3. An array of arrays
    4. An array on integer and strings
    Which of the above are correct?

  2. A.
    All
    B.
    1, 2 and 3 only
    C.
    1 and 2 only
    D.
    1, 3 and 4 only

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    An array on integers and strings is not possible.


Be The First To Comment