What Is Resource Leak?

Answers were Sorted based on User's Feedback



What Is Resource Leak?..

Answer / madhu

Garbage Collection (GC) in Java will relieve you from the
mundane duties of allocating, tracking, and freeing the
heap memory. Indeed, the promise has been delivered, so it
is reasonable -- and to quite an extent correct -- for you
to conclude that there will be no memory leaks in your Java
program. However, the catch is that GC can take care of
only typical heap management problems.

Is This Answer Correct ?    4 Yes 0 No

What Is Resource Leak?..

Answer / kalva raju

Garbage collector is java program,it is run in our regular
java program and it is collected un-reffernced memory in our
java program

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What steps are taken when the OS shifts from one-thread execution to another?

0 Answers   Amazon,


What is immutability in java?

0 Answers  


what is server side caching?

0 Answers   AIG,


How to perform merge sort in java?

0 Answers  


What is the purpose of a transient variable?

0 Answers  






what is bytecode? watz the difference between machine code and bytecode?

9 Answers   Oracle,


Which language is java?

0 Answers  


Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?

5 Answers   Ericsson,


What are the 4 types of research methods?

0 Answers  


How to use string tokenizer class.

0 Answers  


What is the default value of float and double datatype in java?

0 Answers  


In Java list the methods that can be overridden?

0 Answers   Accenture,


Categories