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


Please Help Members By Posting Answers For Below Questions

Explain the difference between thread and process?

504


What is the maximum size of the textbox?

530


Explain how to store decimal data in .net?

705


Described strong typing and weak typing?

620


Explain public assembly?

546






What are the advantages of migrating to vb.net?

565


What is the significance of delegates. Where should they be used?

508


What are jagged arrarys ?

566


What is a preprocessor directive in vb.net?

538


Why do we use byref keyword in vb.net?

594


Tell me how many .net languages can a single .net dll contain?

519


Explain the difference between c# and vb.net?

546


What is code security?

521


What is the main use of a namespace?

509


Explain the use of console application?

532