what are Fixed memory leaks and threads locking problems.
Answer Posted / kanak
Memory leak is a bug in the program which uses the memory
continuously without releasing it until the system crash.
Thread locking problem is nothing but a deadlock situation
in case of synchronous process when two consecutive threads
get lock on a common resource and waiting for each other to
release that. This happens usually in case when the
semaphores or monitors are not used.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you please explain the difference between vb and vb.net?
How would you implement inheritance using vb.net?
What is difference between metadata and manifest?
What is the use of console application?
What is the role of new keyword?
what is difference between web.config and machine.config and where it will be ?
Explain option strict?
Name some of the features of C# which are not present in VB.NET?
Explain about the keyword must inherit?
What are the technology areas that microsoft.net contains?
Which properties are used to bind a DataGridView control?
Explain i.tostring method?
Explain some of the exclusive features which are present in vb?
Explain manifest?
What is the differences between dataset.clone and dataset.copy?