-
Where do you fing Invalid Character Exception
A) System.B) System. DataC) System.Webservices.Protocols
-
When does an Application Exception occurs
A) When a non-fatal error occursB) When a Null argument is passed & can not be accepted as nullC) When a recoverable exception occursExplanation: Application Exception is thrown when a fatal exception occurs for which CLR has no idea about the cause.
-
The concept where the compiler knows the object type before the compile time is
A) Late BindingB) Early BindingC) None of bindingExplanation: As object’s Type is declared before compiling compiler knows everything about the object