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
What is the maximum size of the textbox?
What is pre-jit?
What is the feature anonymous type?
What is the advantage of using system.text.stringbuilder over system.string?
What is DLL HELL in VB.NET
Explain how to achieve polymorphism in vb.net?
What is the difference between value and reference types?
What is datatype conversion?
Explain manifest?
So you know which dll is used for microsoft .net run time?
How does vb.net achieve polymorphism?
Described strong typing and weak typing?
Explain i.tostring method?
What are all the parts of .net framework?
what is commom language runtime?