Four types of access modifiers are available in java i.e,default,public,protected,private.
What is returned by the method toString() in java?
Which method is invoked by the garbage collector before object is being garbage collected?
The method finalize() throws which exception?
The method clone() throws which exception?
What is downcasting in java?