ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
how to minimize the functionality to will not force garbage 
collector?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to minimize the functionality to will not force garbage collector?
Answer
# 1
We cannot restrict garbage collector that all depends on the
garbage collector engine
 
Is This Answer Correct ?    0 Yes 1 No
Ravikiran(aptech Mumbai)
 
  Re: how to minimize the functionality to will not force garbage collector?
Answer
# 2
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 ?    0 Yes 1 No
Abcdefg
 
 
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
what is the JNDI?  3
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}  4
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?  2
What is anonymous class?  2
Why Java is not purely object oriented? Persistent21
Name the package that always imported by default?  2
Difference between Array and vector?  4
What is meant by throwing an Exception? Accenture4
How can you say HashMap is syncronized? IBM13
Name the immediate superclass of the MenuComponent class?  1
What is the diff. b/w Interfaces & Abstract class? Ericsson4
What for read() function?  3
Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens? Flextronics1
What is meant by event handling?  1
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) ProdEx-Technologies2
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...? CTS2
What is protected and friendly?  1
33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac  2
AWT event listeners extends what interface?  1
Which class should you use to obtain design information about an object  2
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com