0
i have been using try catch but yet the error doesn't go it seems to be much complicated !!!! actually my code is related to array of object using constructor.... with bufferedreader...
2 Antworten
+ 1
maybe u used wrong exception in catch, try with:
catch (Exception ex) {
ex.printStackTrace();
}
0
can you send the code maybe that would help