+ 3
Garbage collection in java
Is it necessary to write "throws InterruptedException" and "throws Throwable" after main() and finalize() respectively? What is the use of these?
1 Odpowiedź
Is it necessary to write "throws InterruptedException" and "throws Throwable" after main() and finalize() respectively? What is the use of these?