if try is followed by finally block what happen to exception
occured in try block

Answer Posted / yogita

Finally block wil anyways gets executed bcoz it meant to be
executed even the error occurs.
And, error wil also occur since purpose of catch block is
to handle the exception occured in try block and present it
to user in a user friendly manner. If error has not been
handled in catch block, it will stil show the system error
msg(not the user understandable messgae what we generally
do)

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?

1912


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

587


I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...

2586


When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)

718


Write a program to find factorial of a number using functions

1236






ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set

1549


Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

1830


how will you code the subfile which is in editing mode (multiple case subfile)?

1592


where is available in this mantis toturials?

1603


what is programmable BIST in today ic design

1635


please any one pass file aid,xpeditor and endeavor tools

1878


which worker is involved in all the phases of SDLC?

1690


i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared

1085


What is ur porject Architecture? If anyone ask what i have to specify here..

1479


what is best way to create a Thread class & why?

1580