dimanche 25 mars 2018

Which design pattern is used in try catch ?

Which design pattern is used in try and catch? In java, we use try catch block mention above.

try{
    //code
}catch(Exception ex){
   //handle exception
}

Aucun commentaire:

Enregistrer un commentaire