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


Please Help Members By Posting Answers For Below Questions

Why singleton class is sealed in c#?

681


What are the examples of data types?

680


What is the difference between convert and parse in c#?

633


What is the difference between CreateObject() and GetObject()?

725


What is the signature of a method?

655


What is inner class in c#?

697


What language is c# similar to?

680


How many static constructors are allowed in a class?

644


How is lazy loading achieved?

662


Is boxing an implicit conversion?

699


What are native functions?

636


What do you mean by directing?

650


What is string pool in c#?

735


What is deferred execution?

638


What are the basic string operations? Explain.

703