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


Please Help Members By Posting Answers For Below Questions

Is vb.net a programming language?

765


How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?

2787


Explain the use of option explicit?

816


What are the differences between c# and visual basic.net?

793


How do you call a stored procedure in Visual Basic?

820


write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.

1422


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

2443


Explain option strict?

759


What is portable executable?

839


How to achieve Polymorphism in VB.Net?

832


what is interface and when it is used?

2047


Explain about visual basic.net?

883


What is the differnce between managed code and unmanaged code?

773


Explain how to achieve polymorphism in vb.net?

742


What is code access security?

933