hai, you can't write try without catch.

if you write any code between try and cacth block it will show you compilaion error. see below

try
{
try block
}
<code>
catch(Exception e)