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
Why ienumerable is used in c#?
What is application object in c#?
Can abstract class be sealed in c#?
Explain the three test cases in unit testing?
Can we store different data types in arraylist in c#?
Can int be null c#?
List down the different ide’s provided by microsoft for c# development.
What is the delegate in c#?
Does c# have its own class library?
What is default access specifier for class in c#?
What kind of the information stored inside the assembly?
How do you implement thread synchronization in c#?
What does out mean c#?
Is ram a heap?
How to create multi-dimensional array?