Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Significance of Finalize method
Java and Advanced Java
>>
Java FAQ
Next Page »
Significance of Finalize method.
The Finalize method of an object is called when GC is about to clean up the object. We can keep clean up code in the finalize block.
Next Page »
What is an Object Serialization?
What is an Object Serialization? - It is the process of writing the contents of an object to a file and vice versa.....
Significance of "transient" keyword
Significance of transient keyword - The transient keyword is used within the object's member that need not be serialized...
What are inner classes?
What are inner classes? - Class that is nested within a class is called as inner class. The inner class can access private members...
Post your comment
Related Content
Java - Part 1
Java - Part 2
Java - Part 3
Java - Part 4
Java - Part 5
Java - Part 6
Java - Part 7
Java for freshers
Basic Java
Advanced Java
Java FAQ
JSP - Part 1
JSP - Part 2
EJB - Part 1
EJB Architecture
EJB - Part 2
J2EE - Part 1
J2EE - Part 2
Servlets - Part 1
Servlets - Part 2
Struts - Part 1
Struts - Part 2
Struts and Ajax
Hibernate - Part 1
Hibernate - Part 2
Spring - Part 1
Spring - Part 2
Java Server Faces
Java Web Services
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
▲