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 |
What is a static class?
What is the feature anonymous type?
what are Fixed memory leaks and threads locking problems.
Explain the observations between vb.net and vc#.net?
difference between control and component more than one differences
how many server control present in .net
How do you rate yourself in .NET ?
3 Answers Infosys, Seneca Global,
What is the difference between c# and vb.net?
What is writeline in vb.net?
code for export,import,save,update,delete ?
What is branching logic control in VB.NET?
What is the maximum size of the textbox?