logo

Crowdly

Browser

Add to Chrome

A quelle design pattern ce code fait il référence ? package com.Mystere; pu...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

A quelle design pattern ce code fait il référence ?

package com.Mystere;

public class Mystere {

static Mystere instance=null;

private Mystere(){

}

public static Mystere getInstance(){

if (instance==null){

instance = new Mystere();

}

return instance;

}

}

0%
100%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.ensea.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome