Home / Java Programming / Objects and Collections :: General Questions

Java Programming :: Objects and Collections

  1. What is the numerical range of char?

  2. A.
    0 to 32767
    B.
    0 to 65535
    C.
    -256 to 255
    D.
    -32768 to 32767

  3. Which of the following are Java reserved words?

    1. run
    2. import
    3. default
    4. implement

  4. A.
    1 and 2
    B.
    2 and 3
    C.
    3 and 4
    D.
    2 and 4