• Card 19 / 76: What Java code is used for declaring and initializing a null object?
    A) Object object = new Object();
    B) Object object = new Object(null);
    C) Object object = null;
    D) Object object = null();

    Answer:
    C) Object object = null;

  • Keyboard Shortcuts

    Previous Card ← Previous Card Button
    Next Card → Next Card Button
    Flip Card Space-Bar
<< First < Previous Next > Last >>

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now
Explanation:

C. To create or set an object to null, the null keyword can be used. Objects are also set to null when they are declared but not yet initialized.

A, B, and D are incorrect.

A is incorrect because when the new keyword is used, it initializes the object to a new non-null object.

B is incorrect for the same reason as A, plus the Object constructor does not accept any arguments.

D is incorrect because null() is a made up method and is invalid in Java.

Hide Choices Interactive Question Exam Home Page
https://www.jobilize.com/quiz-my-oca-mock-exam-by-mike-wolf

My OCA Mock

Author:

Access: Public Instant Grading

Flash Cards plugin by Curtis Blackwell github.com/curtisblackwell/flash_cards
Google Play and the Google Play logo are trademarks of Google Inc.
Ask
Briana Hamilton
Start Flashcards
Edgar Delgado
Start Quiz
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/quiz-my-oca-mock-exam-by-mike-wolf" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>