Explain final, finalize() and finally?
Answers were Sorted based on User's Feedback
Answer / ajit kumar
write a program explain the exception handling machanisms
in java using the keywords try catch and finaly ?
| Is This Answer Correct ? | 4 Yes | 12 No |
Why is logger singleton?
what is the life cycle of jsp?
What is AppletStub?
What is thread priority?
Does constructor return any value?
How many times garbage collector will invoke an object?s finalize() method?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
If your team member writes code with lots of static variables and static methods, will it cause any side effects?
What is math exp in java?
What are the different collection views provided by maps?
Why heap memory is called heap?
What is the main advantage of passing argument by reference?