Why do we need Garbage collection in Java

Why do we need Garbage collection in Java

Garbage collection is a process that takes care of all the unused objects and discards them from the JVM. The resources used by those objects are reclaimed.
SHARETHIS.addEntry({ title: “Why do we need Garbage collection in Java”, url: “http://techhairball.com/wp/2008/12/30/why-do-we-need-garbage-collection-in-java/” });
Sphere: Related Content

December 30th, 2008 by techhair 

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I am looking for examples. Answer Question Asked by : sapnamahar | Last Updated On : Dec 29, 2008 Answers: 1 Filed in : Java Interview Questions

SHARETHIS.addEntry({ title: “Java iText [...]

December 29th, 2008 by Suresh 

An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)

An interface contains  methods  - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)

An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D) Un-implemented Answer Question Last Updated On : Dec 29, 2008 Answers: 27 Filed in : Java FAQ

SHARETHIS.addEntry({ title: “An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)”, url: “http://techhairball.com/wp/2008/12/29/an-interface-contains-methods-skilltopic-inheritancea-abstractb-non-abstract-c-implemented-d/” });
Sphere: [...]

December 29th, 2008 by Suresh 

An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)

An interface contains  methods  - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)

An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D) Un-implemented Answer Question Last Updated On : Dec 29, 2008 Answers: 27 Filed in : Java FAQ

SHARETHIS.addEntry({ title: “An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)”, url: “http://techhairball.com/wp/2008/12/29/an-interface-contains-methods-skilltopic-inheritancea-abstractb-non-abstract-c-implemented-d-2/” });
Sphere: [...]

December 29th, 2008 by Suresh 

An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)

An interface contains  methods  - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)

An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D) Un-implemented Answer Question Last Updated On : Dec 29, 2008 Answers: 27 Filed in : Java FAQ

SHARETHIS.addEntry({ title: “An interface contains methods - Skill/Topic: InheritanceA) AbstractB) Non-abstract C) Implemented D)”, url: “http://techhairball.com/wp/2008/12/29/an-interface-contains-methods-skilltopic-inheritancea-abstractb-non-abstract-c-implemented-d-3/” });
Sphere: [...]

December 29th, 2008 by Suresh 

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I am looking for examples. Answer Question Asked by : sapnamahar | Last Updated On : Dec 29, 2008 Answers: 1 Filed in : Java Interview Questions

SHARETHIS.addEntry({ title: “Java iText [...]

December 29th, 2008 by Suresh 

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I

Java iText - I would like to create a PDF file using java and iText , getting data from the database.I am looking for examples. Answer Question Asked by : sapnamahar | Last Updated On : Dec 29, 2008 Answers: 1 Filed in : Java Interview Questions

SHARETHIS.addEntry({ title: “Java iText [...]

December 29th, 2008 by Suresh 

What is the difference between ActionErrors and ActionMessages

What is the difference between ActionErrors and ActionMessages

What is the difference between ActionErrors and ActionMessages Answer Question Last Updated On : Dec 26, 2008 Answers: 14 Filed in : Struts Interview Questions

SHARETHIS.addEntry({ title: “What is the difference between ActionErrors and ActionMessages”, url: “http://techhairball.com/wp/2008/12/26/what-is-the-difference-between-actionerrors-and-actionmessages/” });
Sphere: Related Content

December 26th, 2008 by Suresh 

Reference Variable Size - What is the size of reference variable

Reference Variable Size - What is the size of reference variable

Reference Variable Size - What is the size of reference variable Answer Question Asked by : durgapushpakumari | Last Updated On : Dec 23, 2008 Filed in : Java FAQ

SHARETHIS.addEntry({ title: “Reference Variable Size - What is the size of reference variable”, url: “http://techhairball.com/wp/2008/12/25/reference-variable-size-what-is-the-size-of-reference-variable-2/” });
Sphere: Related Content

December 25th, 2008 by Suresh 

Reference Variable Size - What is the size of reference variable

Reference Variable Size - What is the size of reference variable

Reference Variable Size - What is the size of reference variable Answer Question Asked by : durgapushpakumari | Last Updated On : Dec 23, 2008 Filed in : Java FAQ

SHARETHIS.addEntry({ title: “Reference Variable Size - What is the size of reference variable”, url: “http://techhairball.com/wp/2008/12/25/reference-variable-size-what-is-the-size-of-reference-variable/” });
Sphere: Related Content

December 25th, 2008 by Suresh 

What will happen if the mapping to actionform in the struts-config.xml is mentioned wrong

What will happen if the mapping to actionform in the struts-config.xml is mentioned wrong

What will happen if the mapping to actionform in the struts-config.xml is mentioned wrong Answer Question Asked by : chandrasekhar.d | Last Updated On : Dec 22, 2008 Answers: 3 Filed in : Struts Interview Questions

SHARETHIS.addEntry({ title: “What will happen if the mapping to actionform in the struts-config.xml is mentioned [...]

December 23rd, 2008 by Suresh 

Output of Java Program - What is the output of the following programclass A{ public static void main(String[]

Output of Java Program - What is the output of the following programclass A{ public static void main(String[]

Output of Java Program - What is the output of the following programclass A{ public static void main(String[] s) { System.out.println(s[1] + s[2] + s[3]);}}java A 12345Options(i) 1(ii) 12(iii)1234(iv)234(v) Compilation Error Answer Question Asked by : khadarzone | Last Updated On : Dec 22, 2008 Answers: 15 Filed [...]

December 23rd, 2008 by Suresh 

Output of Java Program - What is the output of the following programclass A{ public static void main(String[]

Output of Java Program - What is the output of the following programclass A{ public static void main(String[]

Output of Java Program - What is the output of the following programclass A{ public static void main(String[] s) { System.out.println(s[1] + s[2] + s[3]);}}java A 12345Options(i) 1(ii) 12(iii)1234(iv)234(v) Compilation Error Answer Question Asked by : khadarzone | Last Updated On : Dec 22, 2008 Answers: 15 Filed [...]

December 23rd, 2008 by Suresh 

What is Externalization

What is Externalization

What is Externalization Answer Question Asked by : ashokfly | Last Updated On : Dec 21, 2008 Answers: 4 Filed in : Core Java Interview Questions

SHARETHIS.addEntry({ title: “What is Externalization”, url: “http://techhairball.com/wp/2008/12/22/what-is-externalization/” });
Sphere: Related Content

December 22nd, 2008 by Suresh 

Java is Architectural - A) DependentB) NeutralC) IndependentD) None of the above

Java is Architectural  - A) DependentB) NeutralC) IndependentD) None of the above

Java is Architectural - A) DependentB) NeutralC) IndependentD) None of the above Answer Question Last Updated On : Dec 18, 2008 Answers: 13 Filed in : Java FAQ
SHARETHIS.addEntry({ title: “Java is Architectural - A) DependentB) NeutralC) IndependentD) None of the above”, url: “http://techhairball.com/wp/2008/12/19/java-is-architectural-a-dependentb-neutralc-independentd-none-of-the-above-2/” });
Sphere: Related Content

December 19th, 2008 by Suresh 
Older Posts »