AshutoshRaval / Java_OOP

A challenging word-guessing game, Hangman, designed to test players' vocabulary and spelling skills while offering a fun and engaging experience.
0 stars 0 forks source link

Testing Testing #1

Open AshutoshRaval opened 10 months ago

AshutoshRaval commented 10 months ago

No issues Inheritance

AshutoshRaval commented 10 months ago

Proper error handling is crucial. Some parts of the code catch exceptions (IOException, URISyntaxException) but only print the stack trace. Depending on the application, handling these errors more gracefully or logging them for better debugging might be necessary.

AshutoshRaval commented 10 months ago

Exception in thread "main" java.lang.ArithmeticException: / by zero at DivByZero.main(File.java:14)