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; }
1 3828i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
2356Post New Dot Net General Questions
How do you view the methods and members of a dll?
What should you do to store an object in a viewstate?
The project which you have made, which methodology did you use?
Explain me what is encapsulation?
What is equivalent for regsvr32 exe in .net ?
Explain different types of html, web and server controls.
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is the microsoft .net?
What are the different types of memory in .net?
Explain how to spawn a thread?
What is common language specification (cls)?
Interop Services?
What is lazy initialization?
What is the advantage of packaging over xcopy in .net?
When a Static Constructor called in .NET?