Quiz Permalink:
https://www.jobilize.com/gang-of-four-gof-design-patterns
Question Permalink:
https://www.jobilize.com/gof-singleton-design-pattern-implementation-example
Question 48 / 69:  Which GOF design pattern is applied in the code snippet below?
public class PrintSpooler {

private static final PrintSpooler INSTANCE = new PrintSpooler();

private PrintSpooler() {}

public static PrintSpooler getInstance() {

return INSTANCE;

}

}

A  PrintSpooler design pattern
B  Spooler design pattern
C  Singleton design pattern
D  Factory design pattern
E  Abstract Singleton design pattern
<< First < Previous Next > Last >>
Quiz Home Page
https://www.jobilize.com/gang-of-four-gof-design-patterns

Gang of Four Design Patterns

Author:

Access: Public Instant Grading

Ask
Sheila Lopez
Start Exam
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>