Can we have try without catch block in java ?
Yes, we can have try without catch block by using finally block. You can use try with finally. As you know finally block always executes even if you have exception or return statement in try block except in case of System.exit()..

core java

www.TechSearhWeb.com