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 do you mean by option strict on?
Described strong typing and weak typing?
Tell us how many languages are supported by .net?
Write a VB.Net console program to check whether a number is perfect or not.
Define serialization in .net?
How do you call a stored procedure in Visual Basic?
What is tracing?
What are the features present in vb 2005?
What is the differences between dataset.clone and dataset.copy?
Explain about jagged arrarys ?
What is branching logic control in VB.NET?
Explain the difference between an xml "fragment" and an xml "document."
Is vb net a scripting language?
What are option strict and option explicit?
Explain the components of common language runtime.