0
Happy moments Guys 😁 Exception in thread "main" error handling?
I'm realy curious of knowing about kinda Errors like : [Exception in thread "main"] one, which happens after running the program.. Just worth of mentioning that the program goes right but still have such kinda error at the bottom of output 😇 Tnx in advance 😍
1 Respuesta
+ 8
Exception in thread "main" simply signifies that some type of error has been thrown inside the "main" method of your code. Get more details on it here:
https://stackoverflow.com/questions/9662045/exception-in-thread-main-error
You can simply catch those exceptions and get rid of them, go through Exceptions in the Java course!
https://www.sololearn.com/Course/Java/?ref=app