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

why java not supproting multiple inheritance?

5 Answers  


Difference between ?System.out.println? and ?System.error.println??

8 Answers   Sai Softech,


if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 Answers  


To what value is a variable of the Boolean type automatically initialized?

3 Answers  


Explain the polymorphism principle?

0 Answers  






What is core java used for?

0 Answers  


In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4

1 Answers   Tech Mahindra,


What are the advantages of java over C++?

0 Answers  


Is java ee a framework?

0 Answers  


What is use of super keyword?

0 Answers  


Which of the following classes will have more memory allocated?

0 Answers  


FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

1 Answers  


Categories