if user program explicitly wants to throw an exception(inbuilt or userdefined) then throw keyword is used. if the user program wants to throw an exception in a particular condition then throw k...
if user program explicitly wants to throw an exception(inbuilt or userdefined) then throw keyword is used.if the user program wants to throw an exception in a particular condition then throw key...