how to minimize the functionality to will not force garbage
collector?
Answers were Sorted based on User's Feedback
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 |
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 |
what is run time polymorphism
What is the final class modifier?
Which method returns the length of a string?
What is the use of collections in java? How it is implemented in real time applications?
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?
Howmany classes that package java.applet.* contains?
What is basic syntax?
Explain about instanceof operator in java?
How do we make a class serialize?
What’s the difference between unit, integration and functional testing?
What is a local class in java?