I use Try catch as follows:
try{
//meu código
} catch(Exception E) {
E.printStackTrace();
}
Using netbeans IDE, it shows a hint, called "Print Stack Trace", when I click on it, it says ("Throwable.printStackTrace should be removed!)...
asked by
24.06.2016 / 14:27