Because of your kind guidance and RU-vid-channel -- Learn Coding....... I am now able to understand ---- exception handling and as well i got cleared in all concept on ----- exception handling of java --------- Thank you so much sir 🙏
Happy teacher's day sir Your all videos helped me a lot in my java exams Thank you so much sir 🙏🙏🙏 We all need such a kind teacher like you 🙂 thank you again sir 😊🙏
Your work is too much appreciated..I am experienced person but still I am watching your video..suggestion is to make complete java 8 and higher versions complete concepts video..bcoz the way of explaining is very simple
Thank god Aapne Ek video Me 2+ Topics Ko samjhaya ,Otherwise Aap sirf Ek hi Topic Pe Chota sa Video banate ,And Because of that , Mera padhne ka mood khrb hojata 😅
Your class name is Exception and there is a class from java.lang.Exception so you can either your class name or import java.lang.Exception inside catch block.
Class A{ Main(){sopln ("learn coding") Int a=10; int b=0; int c=a/b Try{c=a/b} Catch(Exception e){ sopln(e)} Sopln("exception handle") Maine aehi sab lekha par "learn coding" print hua uske bad arithmetic exception aaya. Aur kuch print nahi hua iska solution AAP batayenge.