Can someone tell me about finalize keyword. Is it a special type of "final" which is used to declare constants.
Thanks in advance.
Printable View
Can someone tell me about finalize keyword. Is it a special type of "final" which is used to declare constants.
Thanks in advance.
Have a look see.
hi i dont know main difference between object and instance,according java terminolozy we said that servlet instance is created , but we can't say servlet object what is the difference?
instance means just creating a reference(copy) .
object :means when memory location is associated with the object( is a runtime entity of the class) by using the new operator
interface is a set of abstract methods, all of which have to be overriden by the class whichever implements the interface
abstract class is a collection of data and methods which are abstact (not all of them)
There is no "finalize" keyword. There's a method called finalize on java.lang.Object, but it isn't a keyword
Zombie alert.
LOL not used to these 'ere forums yet, didn't spot that!