• Card 49 / 72: Which of the following code snippet represents a Singleton design pattern implementation?
    A) public class PrintSpooler { public PrintSpooler INSTANCE = new PrintSpooler(); public PrintSpooler () {} public static PrintSpooler getInstance() { return INSTANCE; } }
    B) public class PrintSpooler { private PrintSpooler INSTANCE = new PrintSpooler(); private PrintSpooler () {} public static PrintSpooler getInstance() { return INSTANCE; } }
    C) public class PrintSpooler { private static final PrintSpooler INSTANCE = new PrintSpooler(); private PrintSpooler () {} public static PrintSpooler getInstance() { return INSTANCE; } }
    D) public class PrintSpooler { private final PrintSpooler INSTANCE = new PrintSpooler(); private PrintSpooler () {} public static PrintSpooler getInstance() { return INSTANCE; } }

    Answer:
    C) public class PrintSpooler { private static final PrintSpooler INSTANCE = new PrintSpooler(); private PrintSpooler () {} public static PrintSpooler getInstance() { return 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/singleton-design-pattern-traditional-implementation
Flash Cards plugin by Curtis Blackwell github.com/curtisblackwell/flash_cards
Google Play and the Google Play logo are trademarks of Google Inc.
Ask
Edgar Delgado
Start Quiz
Joanna Smithback
Start Quiz
Rylee Minllic
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>