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
why we need to take u?
Tell me the jobs for the MCA Fresher in delhi, Noida..
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
How to set on/off a group of indicators in a single statement?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
how can we implement locks in plsql?
what are all the ant command options
How to know we are in home page of a web application using QTP
Outline the two important features of a terminating recursion. Any ideas?
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
Write a shell program to test whether a given year is leap year or not ?
Write a program to create a process in UNIX
What are events in smartforms?
what is the difference between an OS(operating system) and Framework?
what is integration testing in real time applications?