what are Fixed memory leaks and threads locking problems.



what are Fixed memory leaks and threads locking problems...

Answer / 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

More VB.NET Interview Questions

What is the source code for display the picture in button click event?

0 Answers  


Explain the components of common language runtime.

0 Answers  


Explain about visual basic.net?

0 Answers  


What is the purpose of objects present in asp.net?

0 Answers  


What is difference between metadata and manifest?

0 Answers  






Explain how can we remove handlers at run time?

0 Answers  


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  


Is vb net a scripting language?

0 Answers  


What is the difference between Abstract Classes and Interfaces? Give the answer as a table format....

5 Answers  


Display a roll having minimum marks in two subjects?

1 Answers   Patni,


what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

0 Answers   MCN Solutions,


What is the role of new keyword?

0 Answers  


Categories