Core Java Interview questions


Total available count: 646
Subject - Java Technologies
Subsubject - Core Java

Which method is invoked by the garbage collector before object is being garbage collected?

 Garbage collector invokes finalize() method before object is being garbage collected.




Next 5 interview question(s)

1

The method finalize() throws which exception?

2

The method clone() throws which exception?

3

What is downcasting in java?

4

What is upcasting in java?

5

What is object class in java?