What classes of exceptions may be caught by a catch clause in java programming?
Answer / Anamika
A catch clause in Java can catch any type of exception that is a subclass of Throwable, which includes both Error and Exception classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
how many design pattern r there? and wht design pattern u use and why ?
Explain about join() method?
What technique is carried out to find out if a particular string is empty?
Why main() method is public, static and void in java ?
Explain what pure virtual function is?
What enableEvents() method do?
What is Co-Variant return type in method overriding?
What is procedure overloading?
What are the 7 types of characters?
Why are parameters used in functions?
What is return type in java?
Difference between Web-based applications,Client- Server applications and Distributed applications?