• Card 50 / 72: how to implement the Singleton design pattern? specify all the needed steps that apply.
    A) add final modifier to the Class declaration
    B) add final modifier to the constructor declaration
    C) add private or protected modifier to the constructor declaration
    D) introduce a final static constructor of the Singleton class
    E) introduce a static getter method for the Singleton instance
    F) The class name must be Singleton

    Answer:
    A) add final modifier to the Class declaration
    C) add private or protected modifier to the constructor declaration
    E) introduce a static getter method for the Singleton instance

  • 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
Hide Choices Interactive Question Quiz Home Page
https://www.jobilize.com/gang-of-four-gof-design-patterns

Gang of Four Design Patterns

Author:

Access: Public Instant Grading

Quiz Permalink:
https://www.jobilize.com/gang-of-four-gof-design-patterns
Question Permalink:
https://www.jobilize.com/how-to-implement-the-singleton-design-pattern
Flash Cards plugin by Curtis Blackwell github.com/curtisblackwell/flash_cards
Google Play and the Google Play logo are trademarks of Google Inc.
Ask
Madison Christian
Start Quiz
Dionne Mahaffey
Start Quiz
David Bourgeois
Start Quiz
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/gang-of-four-gof-design-patterns" 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>