@pankajhyd
automation code point
Nothing here yet.
Nothing here yet.
Hey everyone! 👋 Pankaj here — welcome back to Java Journey 39! We’ve wrapped up exception handling — you now know how to catch errors, declare them, and clean up no matter what. Now, we’re stepping into one of the most exciting topics in programming...

Hey everyone! 👋 Pankaj here — welcome back to Java Journey 38! In Java Journey 37, we learned about the throws keyword — how to declare that a method might fail. Now, in Journey 38, we’re unlocking the final piece of Java’s exception handling puzzle...

Hey everyone! 👋 Pankaj here — welcome back to Java Journey 37! In Java Journey 36, we learned how to manually throw exceptions using the throw keyword — great for signaling errors inside your code. Now, in Journey 37, we’re tackling its cousin: 💡 ...

Hey everyone! 👋 Pankaj here — welcome back to Java Journey 36! In Java Journey 35, we learned how to use try-catch to handle exceptions gracefully and keep our programs running. Now, in Journey 36, we’re unlocking even more control: 💡 Manually thr...
