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
Differentiate between static and non-static methods in java.
what are different ways in which a thread can enter the waiting state? : Java thread
Describe what happens when an object is created in java ?
What is runtime locatable code?
How can a gui component handle its own events in java programming?
Explain about method local inner classes or local inner classes in java?
Can we call the constructor of a class more than once for an object?
When the constructor of a class is invoked?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is bufferedwriter?
Explain about core java?
Explain creating threads by implementing runnable class?
Can a static class have a constructor java?
Why java is considered dynamic?
How many classes can any class inherit java?