how to minimize the functionality to will not force garbage
collector?

Answers were Sorted based on User's Feedback



how to minimize the functionality to will not force garbage collector?..

Answer / abcdefg

Yes,

Garbage collection (GC) is a form of automatic memory
management. The garbage collector, or just collector,
attempts to reclaim garbage, or memory used by objects that
will never be accessed or mutated again by the application.
Garbage collection was invented by John McCarthy around
1959 to solve the problems of manual memory management in
Lisp.[1]

Is This Answer Correct ?    1 Yes 1 No

how to minimize the functionality to will not force garbage collector?..

Answer / ravikiran(aptech mumbai)

We cannot restrict garbage collector that all depends on the
garbage collector engine

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

what is run time polymorphism

4 Answers  


What is the final class modifier?

0 Answers  


Which method returns the length of a string?

0 Answers  


What is the use of collections in java? How it is implemented in real time applications?

2 Answers  


How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)

3 Answers   ProdEx Technologies,


What do you understand by the bean persistent property?

0 Answers  


Howmany classes that package java.applet.* contains?

1 Answers   TCS,


What is basic syntax?

0 Answers  


Explain about instanceof operator in java?

0 Answers  


How do we make a class serialize?

3 Answers   Syntel,


What’s the difference between unit, integration and functional testing?

0 Answers  


What is a local class in java?

0 Answers  


Categories