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

Can we sort a map in java?

0 Answers  


How is the marker interface used in Java?

0 Answers   BirlaSoft,


Explain about the performance aspects of core java?

0 Answers  


How do you set security in applets?

1 Answers   Wipro,


what is an object and how do you allocate memory to it?

6 Answers   Anshinsoft, Wipro,






What is java literals?

0 Answers  


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

2 Answers  


What's the default access specifier for variables and methods of a class?

0 Answers  


What’s the difference between the methods sleep() and wait()?

0 Answers  


What is functional interface in java example?

0 Answers  


How do you access command-line arguments within the code?

0 Answers   Flextronics, Hexaware,


If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?

3 Answers   TCS, Wipro,


Categories