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
Is vb.net a programming language?
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?
Explain the use of option explicit?
What are the differences between c# and visual basic.net?
How do you call a stored procedure in Visual Basic?
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.
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
Explain option strict?
What is portable executable?
How to achieve Polymorphism in VB.Net?
what is interface and when it is used?
Explain about visual basic.net?
What is the differnce between managed code and unmanaged code?
Explain how to achieve polymorphism in vb.net?
What is code access security?