Answer Posted / sravanthi
In the finally block we usually have code that is used to
perform clean up activities corresponding to the code in the
try block.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How you can force the garbage collection?
What does sizeof return?
What happens if we override private method?
worst case complexities of Quick sort and Merge sort.
What is the purpose of return statement?
What is the static block?
What is sizeof () operator?
What will be the default values of all the elements of an array defined as an instance variable?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What is the public field modifier?
what is the difference between a threads start() and run() methods? : Java thread
What is the difference between assignment and initialization?
How do you use compareto?
How do you define a set in java?