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

How to run a dos command in vb.net?

0 Answers  


Explain convert.tostrin?

0 Answers  


Name a feature which is common to all .net languages?

0 Answers  


What is difference between inline and code behind?

0 Answers  


I want to sample Hotel management project in vb.net because still now i am doing that project for small hotel....so please send me my email id is jmuthu_pearls@yahoo.com...

4 Answers   Sapphire Comfort Hotel, TATA,






What is the purpose of objects present in asp.net?

0 Answers  


when do we need a multiple document interface?

2 Answers  


What are the similarities between class and structure?

5 Answers   Ksb, L&T,


What is stack used for in vb. Net?

0 Answers  


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.

0 Answers   College School Exams Tests,


Explain how to achieve polymorphism in vb.net?

0 Answers  


What is the use of internal keyword?

0 Answers  


Categories