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 stack used for in vb. Net?

0 Answers  


How many classes a dll can contain?

0 Answers  


What are the different types of a stream?

0 Answers  


Explain the difference between int and int32?

0 Answers  


What are the difference between dispose(), close(), exit(), end()? When do we use them?

0 Answers  






What is the difference between import system.data.sqlclient and system.data.oledb?

0 Answers  


What is the Advantage of vb.net over vb

0 Answers   Digital GlobalSoft,


Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate

0 Answers   TCS,


How do you validate Date by using which validation Control?

4 Answers   HCL, iQuest,


Describe about visual basic.net?

0 Answers  


What is the Common Language Runtime?

10 Answers   Ksb,


Explain cts?

0 Answers  


Categories