Answer Posted / piyush pathak
finally :
finally is a java keyword.It is a block of statement which
is executed surley after the try-catch block whether method
returns normally or throws an exception.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can you handle java exceptions?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
Difference between notify() method and notifyall() method in java?
What does i ++ mean in Java?
What are the methods of object class ?
What is a variable declaration?
Why can't you declare a class as protected?
Explain differences between checked and unchecked exceptions in java?
Is there any limitation of using inheritance?
why Java does not support multiple inheritances?
What is the difference between double and float variables in java?
What is a literal coding?
What is math floor in java?
Which of the classes will have more memory allocated?
Can we write method inside a method in java?