Explain about throw keyword?
Answer Posted / sabarish
in java , throw keyword is used to throw an exception which
cannot be trapped.
| Is This Answer Correct ? | 19 Yes | 16 No |
Post New Answer View All Answers
What is the use of nullable types in c#?
What is overriding in c#?
What are constructors in c#?
What is Event - Delegate?
What is arraylist c#?
What is datagrid c#?
What is a web service in c#?
What is windows forms in c#?
Is datetime nullable c#?
What is the difference between console and windows application?
Difference between StackPanel and RelativePanel ?
What does addressof operator do in background ?
What is the use of getcommandlineargs() method in c#.net?
How can we set the class to be inherited, but prevent the method from being over-ridden?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?