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 a static class?

0 Answers  


What is the feature anonymous type?

0 Answers  


what are Fixed memory leaks and threads locking problems.

1 Answers  


Explain the observations between vb.net and vc#.net?

0 Answers  


difference between control and component more than one differences

0 Answers  






how many server control present in .net

0 Answers  


How do you rate yourself in .NET ?

3 Answers   Infosys, Seneca Global,


What is the difference between c# and vb.net?

0 Answers  


What is writeline in vb.net?

0 Answers  


code for export,import,save,update,delete ?

1 Answers  


What is branching logic control in VB.NET?

0 Answers  


What is the maximum size of the textbox?

0 Answers  


Categories