what are the bugs are faced in a project

Answers were Sorted based on User's Feedback



what are the bugs are faced in a project..

Answer / praveena

usually unhandled exception,object instance not found
exception, File handling exception,404,502 errors are some
of the bugs usually occured.

Is This Answer Correct ?    9 Yes 1 No

what are the bugs are faced in a project..

Answer / 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

what are the bugs are faced in a project..

Answer / vishal gupta

bugs are System side Errors....Ex. 404,502

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can enum be null c#?

0 Answers  


What do u mean by delegation?

0 Answers  


What is using directive in c#?

0 Answers  


What is the use of multicast delegate while methods of multicast delegate do not execute in a order?

2 Answers  


Is .net and c# the same?

0 Answers  






C# Code for How to set readonly property to Id(database) value?

2 Answers   HCL,


What does clr stand for?

0 Answers  


What does get set mean in c#?

0 Answers  


What are the delegates in c#?

0 Answers  


In dynamic link library, which api is used for load library?

0 Answers   C DAC,


what is lamda expression?

3 Answers  


1. What is lazy loading? 2. What is delay signing? 3. How to transfer view object to presenter in MVP? 4. How to create a generic class? 5. What is Ajax object? 6. What is explicit interface implementation? 7. I1, I2 interfaces have same methods (say PrintName) explicitly implemented in class C1. Now how to call PrintName method from I1? 8. I have a list of Customers. List the customer with maximum orders using LINQ.

1 Answers   Aptron, Volvo,


Categories