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

What is the maximum size of the textbox?

748


What is pre-jit?

726


What is the feature anonymous type?

698


What is the advantage of using system.text.stringbuilder over system.string?

842


What is DLL HELL in VB.NET

792


Explain how to achieve polymorphism in vb.net?

728


What is the difference between value and reference types?

746


What is datatype conversion?

751


Explain manifest?

699


So you know which dll is used for microsoft .net run time?

736


How does vb.net achieve polymorphism?

726


Described strong typing and weak typing?

843


Explain i.tostring method?

694


What are all the parts of .net framework?

748


what is commom language runtime?

741