how can u handle runtime exceptions in java plz explain
with examples briefly?
Answer Posted / manish
You can catch compile time Exception,with using try and
catch or throws keyword,Buti think if u r going to catch
Runtime Exception then no,meaning bcoz Runtime Exception are
unchecked
exception.Means no meaning of try and catch but u can use.
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
What is pane in swing?
Who created the swing?
What is the mean of swing?
What is the difference between swing and awt?
Why are swing components called lightweight components?
What is java swing components?
What is swing in java javatpoint?
Is swing thread-safe?
What is difference between swing and awt?
What is jpanel swing?
What is the design pattern that java uses for all swing components ?
What is the use of java swing?
What is swing control?
What are the advantage of swing over awt?
Explain how to render an html page using only swing.