What error occurs if a try-catch-finally statement sequence
does not have a catch clause?
Answer Posted / ravikiran
finally if system doenn't exit
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the use of bufferedreader?
How can I become a good programmer?
How thread scheduler schedule the task?
Can we change the scope of the overridden method in the subclass?
Why is stringbuffer thread safe?
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.
What is the default value of local and global variables?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Explain about narrowing conversion in java?
What are different types of multitasking?
What is lambda programming?
Explain java thread life cycle.
Is it possible to override private or static method in java?
Explain method local inner classes ?
What are multiple inheritances? Is it supported by java?