Answer Posted / sakthivel(gceb)(n.p)pollachi
finalize is one of the keyword in java.if you once declare
a method is final it can not be derived from another
class.you can use them in the form of finalize function name
()
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
Explain about collection interface in java?
What is hash code collision?
What is module in project?
What is the different between get and post?
Write a program to check string is palindrome without using loop?
What are the types of sockets in java?
How many threads does a core java have?
What are static variables and functions?
What is intern method in java?
What are the features in java?
What is the difference between an interface and an abstract class?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is a file pointer?
Can memory leak in java?
What is the use of optional ?