what are the bugs are faced in a project
Answer Posted / kishore anumala
Most common bugs found in a project are
○ Null reference object
○ object instance not found
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the .net datatype that allows the retrieval of data by a unique key?
What is private protected in c#?
When can a derived class override a base class member?
Is c# difficult to learn?
Why do we need nullable types in c#?
Is the following code legal?
What is assembly manifest?
What are the different states of a thread?
Why extension method is static?
How are methods overloaded?
Why are strings in c# immutable?
How can I check the type of an object at runtime?
What is difference between private and static constructor?
When should we use sealed class in c#?
What is state c#?