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 feature which is common to all .net languages?
How a base class method is hidden?
Explain the differences between vb.net and c#, related to oops concepts?
Define naming convention?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Explain how does the xmlserializer work?
Is vb.net dead?
What is different between web.config and machine.config and where it will be ?
Explain clr?
What is the purpose of an Assembly?
What is portable executable?
What is the difference between vb 6 and vb.net?
Explain about rapid application development tool?
Explain the components of common language runtime.
What are the features present in vb 2005?