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... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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...

25th Jul 2016, 3:19 AM
Mohammad Bhanpurwala
Mohammad Bhanpurwala - avatar
2 Answers
+ 1
maybe u used wrong exception in catch, try with: catch (Exception ex) { ex.printStackTrace(); }
25th Jul 2016, 8:06 AM
Petar Suvajac
Petar Suvajac - avatar
0
can you send the code maybe that would help
25th Jul 2016, 6:31 AM
Eric Zeus
Eric Zeus - avatar