how can u handle runtime exceptions in java plz explain
with examples briefly?
Answer Posted / kamal
You can catch runtime exceptions in try catch block but
generally runtime exceptions are unchecked exceptions and
are not in control of a candidate to handle
| Is This Answer Correct ? | 21 Yes | 10 No |
Post New Answer View All Answers
What are the two key features of swing?
What is the function of abstractaction class?
Explain the difference between swing and jsf.
What is awt and swing?
In what context should the value of swing components be updated directly?
What are the advantages of swing?
What is javax swing joptionpane?
What are controls and what are different types of controls in awt?
What is swing delegation event model in java?
What is the base class for all swing components?
Can a class be it?s own event handler? Explain how to implement this?
What is the design pattern that java uses for all swing components ?
What is difference between awt and swing?
How is multi-threading gets implemented using swing?
What is jpanel in java swing with example?