InterviewSolution
| 1. |
What Are Some Frequently Generate Bugs? |
|
Answer» These are some COMMONLY GENERATE bugs: - Syntactic or Compilation errors - These errors are GENERALLY generated due to some typing mistakes. Run-time errors - These errors are generated at execution time generally due to EXCEPTIONS. Threading errors - These errors are difficult to replicate and track down. These are some commonly generate bugs: - Syntactic or Compilation errors - These errors are generally generated due to some typing mistakes. Run-time errors - These errors are generated at execution time generally due to exceptions. Threading errors - These errors are difficult to replicate and track down. |
|