eBay Interview Question
107 Interview Reviews |
Back to all eBay Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer at eBay:
Helpful Question?
Yes |
No
Inappropriate?
0 of 1 people found this helpful
by Ankit:
finalize() method is used just before an object is destroyed and can be called just prior to garbage collection.
finally, a key word used in exception handling, creates a block of code that will be executed after a try/catch block has completed and before the code following the try/catch block. The finally block will execute whether or not an exception is thrown.