IT Career Advice
C# Interview Answers
Can multiple catch blocks be executed? No, once the proper catch code fires off, the control is transferred to the finally block (if there are any), and then whatever follows the finally block.What is the .NET datatype that allows the retrieval of data by a unique key? HashTable.What is the advantag. 2 min