Answer Posted / rustam
Finally is a java keyword which define a block that surely executed whether an exception is generated or not. this block
is an optional but it is good to put when we want cleanup the resources.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the disadvantage of synchronization?
What interface is extended by awt event listeners?
Can we pass null as argument in java?
What is the difference between equals() and?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is the purpose class.forname method?
Is empty .java file name a valid source file name?
Does .length start 0 java?
Is main a function?
What does singleton class mean?
What is the difference between object oriented programming language and object based programming language?
Can we declare a class as static?
How do you sort a string in java?
How do you add an arraylist to an array in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread