public class single {
private single singfirst=null;
private single(){};
public single getsingle(){
if(singfirst==null){
singfirst = new single();
}
retutn fingfirs;
}
}
public class single {
private single singfirst=null;
private single(){};
public single getsingle(){
if(singfirst==null){
singfirst = new single();
}
retutn fingfirs;
}
}