Explain about throw keyword?
Answer Posted / vibhor shukla
throw is used to throw an exception from any part of the
program not necessarily the method only.
whereas throws is particularly used to throw an exception
arising out of the use of a method to the exception handler
which is the catch block..
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Why singleton class is sealed in c#?
What are the examples of data types?
What is the difference between convert and parse in c#?
What is the difference between CreateObject() and GetObject()?
What is the signature of a method?
What is inner class in c#?
What language is c# similar to?
How many static constructors are allowed in a class?
How is lazy loading achieved?
Is boxing an implicit conversion?
What are native functions?
What do you mean by directing?
What is string pool in c#?
What is deferred execution?
What are the basic string operations? Explain.