What error occurs if a try-catch-finally statement sequence
does not have a catch clause?
Answer Posted / deepak
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are generic methods?
Can a class be a super class and a sub-class at the same time? Give example.
How many types of threads are there in java?
What are the restriction imposed on a static method or a static block of code?
Why packages are used?
What is a constructor, constructor overloading in java?
What happens if I remove static from main method?
What is final keyword in java? Give an example.
Can a final method be overloaded?
How do you sort in ascending order in java?
What are the special characters?
What is the difference between the ">>" and " >>>" operators in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Why can't we use static class instead of singleton?
Can you override private or static method in java?