questions on various scenarios on exception handling?
like for example....
try
{
a;
b; ...exception occurs here...what happens...will catch
execute or will finally execute...will c execute
c;
}
catch
{
a;
b;
c;
}
fianlly
{
a;
b;
}
Answer / kapil
will catch execute and after that finally block will
execute.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is immutability?
what is GAC?
What is the difference between vb.net and vc#.net?
How can you manage pagination on a page using .Net?
What is Meta Data? Explain Types of Assemblies
Explain webfarm vs webgardens in .net?
What are the new 2.0 features useful for?
Explain what are an object and a class?
How do you create threading in .NET? What is the namespace for that?
How do you turn off cookies for one page in your site? Give an example.
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is the difference between asp.net & vb.net and explain architecture?