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 an assembly and its use?

0 Answers  


Can you please explain the difference between authentication and authorization?

0 Answers  


Explain cts?

0 Answers  


What is the difference between vb 6 and vb.net?

0 Answers  


Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.

0 Answers   Infosys,


What are the differences between server-side and client-side code?

0 Answers  


Explain i.tostring method?

0 Answers  


What are the different variables in vb.net?

0 Answers  


How to create Crystal Report in vb.net with coding

1 Answers   A3Logics, Ascent, TCS,


how to send data to exe file? my code has a button when i press it, an exe file will open. how can i send data as input to the exe file?

2 Answers  


How a base class method is hidden?

0 Answers  


what are the advantage in vb.net and different between vb and vb.net

6 Answers   Data Entry Operator, Infosys, TCS, Zansa,


Categories