what is the purpose of the final in the try-catch-final
Answer Posted / vikas
final- declares a constant
finally- handles exceptions
finalize- helps in Garbage collection
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Write a program to check for a prime number in java?
What is the advantage of preparedstatement over statement?
When should a function throw an exception?
What are pass by reference and pass by value?
What is meant by method?
What is data string?
What is the purpose of a transient variable?
What is string value?
What is method and methodology?
What are the differences between processes and threads?
What is the difference between conversation & casting?
What are the advantages of packages in java?
Why null value is used in string?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
How do I compare two strings in word in java?