Can a try block have more than one catch block?
No Answer is Posted For this Question
Be the First to Post Answer
create a keypair?
How do I spawn a thread?
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; }
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain About GDI object ?
What is reflection and what is it for?
What is a .net class?
What is a Manifest?
What are the two main parts of the .net framework?
Example from .net. Integer & struct are value types or reference types in .net?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Is .net core the future?