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
Name the two main parts of .net?
Explain the difference between web.config and machine.config and where it will be ?
Explain code security?
What are the different types of a stream?
What is the difference between custom control and user control?
Explain the difference between datatable and dataset?
What is the difference between system.applicationexception class and system.systemexception?
How to send xml file on server using http protocol?
Explain how does the xmlserializer work?
Why do we use byref keyword in vb.net?
Explain redim keyword?
what is difference between namespace and assembly?
Write the role of new keyword?
Name some of the features present in vb 2005?
Name a feature which is common to all .net languages?